aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-16 16:17:53 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-16 16:17:53 +0100
commitb6626d096285f856c78c763297114902d635b252 (patch)
treec1174541a48b68dcd8af68bf065f438e176d2b6a /configure.ac
parent4f06aaa9d8dc710826c92ba97d11e57858e8370a (diff)
downloadudev-b6626d096285f856c78c763297114902d635b252.tar.gz
build: add -lsepol
Harald needs it for static binaries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4439166d..e9519a78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ if test "x$with_selinux" = xyes; then
AC_MSG_ERROR([SELinux selected but libselinux not found]))
LIBS=$LIBS_save
AC_DEFINE(USE_SELINUX, [1] ,[compile with SELinux support])
- SELINUX_LIBS="-lselinux"
+ SELINUX_LIBS="-lselinux -lsepol"
fi
AC_SUBST([SELINUX_LIBS])
AM_CONDITIONAL(USE_SELINUX, [test "x$with_selinux" = xyes], [compile with SELinux support])