diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-16 16:17:53 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-16 16:17:53 +0100 |
commit | b6626d096285f856c78c763297114902d635b252 (patch) | |
tree | c1174541a48b68dcd8af68bf065f438e176d2b6a /configure.ac | |
parent | 4f06aaa9d8dc710826c92ba97d11e57858e8370a (diff) |
build: add -lsepol
Harald needs it for static binaries.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4439166d6a..e9519a78f0 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]) |