SOURCES: cryptsetup-luks-nostatic.patch (NEW) - separate option fo...
qboosh
qboosh at pld-linux.org
Tue Aug 22 23:23:31 CEST 2006
Author: qboosh Date: Tue Aug 22 21:23:31 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- separate option for static cryptsetup
---- Files affected:
SOURCES:
cryptsetup-luks-nostatic.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/cryptsetup-luks-nostatic.patch
diff -u /dev/null SOURCES/cryptsetup-luks-nostatic.patch:1.1
--- /dev/null Tue Aug 22 23:23:31 2006
+++ SOURCES/cryptsetup-luks-nostatic.patch Tue Aug 22 23:23:26 2006
@@ -0,0 +1,17 @@
+--- cryptsetup-luks-1.0.3/configure.in.orig 2006-08-22 22:59:13.083565000 +0200
++++ cryptsetup-luks-1.0.3/configure.in 2006-08-22 23:11:52.943053250 +0200
+@@ -110,8 +110,12 @@
+
+ dnl ==========================================================================
+
+-AM_CONDITIONAL(STATIC_CRYPTSETUP, test x$enable_static = xyes)
+-AM_CONDITIONAL(DYNAMIC_CRYPTSETUP, test x$enable_static = xno)
++AC_ARG_ENABLE(static-cryptsetup,
++[ --enable-static-cryptsetup link cryptsetup statically [[default=no]]],
++[enable_static_cryptsetup=$enableval],[enable_static_cryptsetup=no])
++
++AM_CONDITIONAL(STATIC_CRYPTSETUP, test x$enable_static_cryptsetup = xyes)
++AM_CONDITIONAL(DYNAMIC_CRYPTSETUP, test x$enable_static_cryptsetup = xno)
+
+ dnl ==========================================================================
+
================================================================
More information about the pld-cvs-commit
mailing list