]> git.pld-linux.org Git - packages/cryptsetup-luks.git/commitdiff
- we need -lsepol to make static cryptsetup
authormguevara <mguevara@pld-linux.org>
Sat, 18 Feb 2006 01:58:47 +0000 (01:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryptsetup-luks-sepol.patch -> 1.1

cryptsetup-luks-sepol.patch [new file with mode: 0644]

diff --git a/cryptsetup-luks-sepol.patch b/cryptsetup-luks-sepol.patch
new file mode 100644 (file)
index 0000000..dd918b5
--- /dev/null
@@ -0,0 +1,10 @@
+--- cryptsetup-luks-1.0.1.orig/configure.in    2006-02-18 00:07:42.000000000 +0100
++++ cryptsetup-luks-1.0.1.new/configure.in     2006-02-18 02:47:54.000000000 +0100
+@@ -96,6 +96,7 @@
+                           [[default=auto]]],auto,[
+       have_module=yes
+       saved_LIBS="$LIBS"
++      AC_CHECK_LIB(sepol, sepol_debug)
+       AC_CHECK_LIB(selinux, is_selinux_enabled)
+       AC_CHECK_LIB(devmapper, dm_task_set_name,,unset have_module)
+       AC_CHECK_HEADER(libdevmapper.h,,unset have_module=)
This page took 0.04705 seconds and 4 git commands to generate.