summaryrefslogtreecommitdiff
path: root/package/cryptsetup/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-15 22:30:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-15 22:30:13 +0100
commitc57d0300bd42fabd8eeda2a95b6c3960d6e7ce07 (patch)
treeb53bc538246b5a900300b5c6b5ea740f978196f4 /package/cryptsetup/patches/patch-configure
parentcf4b3959527339206254b8c8fc44deb391beeb10 (diff)
parent023560ac69a2ecf5659c668c26c0af6b5612a46b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/nspr/Makefile
Diffstat (limited to 'package/cryptsetup/patches/patch-configure')
-rw-r--r--package/cryptsetup/patches/patch-configure38
1 files changed, 38 insertions, 0 deletions
diff --git a/package/cryptsetup/patches/patch-configure b/package/cryptsetup/patches/patch-configure
new file mode 100644
index 000000000..dca09cae2
--- /dev/null
+++ b/package/cryptsetup/patches/patch-configure
@@ -0,0 +1,38 @@
+--- cryptsetup-1.1.0.orig/configure 2010-01-17 11:29:24.000000000 +0100
++++ cryptsetup-1.1.0/configure 2010-02-14 18:24:56.000000000 +0100
+@@ -14619,7 +14619,7 @@ _ACEOF
+
+ fi
+
+- if test x$enable_static = xyes; then
++ if test x$enable_static_cryptsetup = xyes; then
+ SELINUX_STATIC_LIBS=$LIBS
+ # Check if we need -pthread with --enable-static and selinux
+ saved_LIBS2=$LIBS
+@@ -14684,7 +14684,7 @@ fi
+ fi
+ fi
+
+-if test x$enable_static = xyes; then
++if test x$enable_static_cryptsetup = xyes; then
+ saved_LIBS2=$LIBS
+ LIBS="$LIBS -static"
+ # Check if it there is still not some missing dependency like static selinux libs
+@@ -14916,7 +14916,7 @@ fi
+
+
+
+- if test x$enable_static = xyes; then
++ if test x$enable_static_cryptsetup = xyes; then
+ STATIC_CRYPTSETUP_TRUE=
+ STATIC_CRYPTSETUP_FALSE='#'
+ else
+@@ -14924,7 +14924,7 @@ else
+ STATIC_CRYPTSETUP_FALSE=
+ fi
+
+- if test x$enable_static = xno; then
++ if test x$enable_static_cryptsetup = xno; then
+ DYNAMIC_CRYPTSETUP_TRUE=
+ DYNAMIC_CRYPTSETUP_FALSE='#'
+ else