summaryrefslogtreecommitdiffstats
path: root/config/pkgconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/pkgconf.sh')
-rwxr-xr-xconfig/pkgconf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/pkgconf.sh b/config/pkgconf.sh
index 070fad6..286c19c 100755
--- a/config/pkgconf.sh
+++ b/config/pkgconf.sh
@@ -37,6 +37,9 @@ else
libcap)
LDLIB=-lcap
;;
+ libselinux)
+ LDLIB=-lselinux
+ ;;
liburing)
LDLIB=-luring
;;