]> git.pld-linux.org Git - packages/cryptsetup.git/blob - cryptsetup-luks-sepol.patch
- separate option for static cryptsetup
[packages/cryptsetup.git] / cryptsetup-luks-sepol.patch
1 --- cryptsetup-luks-1.0.1.orig/configure.in     2006-02-18 00:07:42.000000000 +0100
2 +++ cryptsetup-luks-1.0.1.new/configure.in      2006-02-18 02:47:54.000000000 +0100
3 @@ -96,6 +96,7 @@
4                            [[default=auto]]],auto,[
5         have_module=yes
6         saved_LIBS="$LIBS"
7 +       AC_CHECK_LIB(sepol, sepol_debug)
8         AC_CHECK_LIB(selinux, is_selinux_enabled)
9         AC_CHECK_LIB(devmapper, dm_task_set_name,,unset have_module)
10         AC_CHECK_HEADER(libdevmapper.h,,unset have_module=)
This page took 0.026894 seconds and 3 git commands to generate.