]> git.pld-linux.org Git - packages/cryptsetup.git/commitdiff
- separate option for static cryptsetup
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Aug 2006 21:23:26 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryptsetup-luks-nostatic.patch -> 1.1

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

diff --git a/cryptsetup-luks-nostatic.patch b/cryptsetup-luks-nostatic.patch
new file mode 100644 (file)
index 0000000..8a67e06
--- /dev/null
@@ -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 ==========================================================================
This page took 0.109784 seconds and 4 git commands to generate.