patch-configure 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --- cryptsetup-1.1.0.orig/configure 2010-01-17 11:29:24.000000000 +0100
  2. +++ cryptsetup-1.1.0/configure 2010-02-14 18:24:56.000000000 +0100
  3. @@ -14619,7 +14619,7 @@ _ACEOF
  4. fi
  5. - if test x$enable_static = xyes; then
  6. + if test x$enable_static_cryptsetup = xyes; then
  7. SELINUX_STATIC_LIBS=$LIBS
  8. # Check if we need -pthread with --enable-static and selinux
  9. saved_LIBS2=$LIBS
  10. @@ -14684,7 +14684,7 @@ fi
  11. fi
  12. fi
  13. -if test x$enable_static = xyes; then
  14. +if test x$enable_static_cryptsetup = xyes; then
  15. saved_LIBS2=$LIBS
  16. LIBS="$LIBS -static"
  17. # Check if it there is still not some missing dependency like static selinux libs
  18. @@ -14916,7 +14916,7 @@ fi
  19. - if test x$enable_static = xyes; then
  20. + if test x$enable_static_cryptsetup = xyes; then
  21. STATIC_CRYPTSETUP_TRUE=
  22. STATIC_CRYPTSETUP_FALSE='#'
  23. else
  24. @@ -14924,7 +14924,7 @@ else
  25. STATIC_CRYPTSETUP_FALSE=
  26. fi
  27. - if test x$enable_static = xno; then
  28. + if test x$enable_static_cryptsetup = xno; then
  29. DYNAMIC_CRYPTSETUP_TRUE=
  30. DYNAMIC_CRYPTSETUP_FALSE='#'
  31. else