SOURCES: luks-tools-ac_progs_paths_fix.patch (NEW) - little patchy...

mmazur mmazur at pld-linux.org
Thu Dec 7 17:18:25 CET 2006


Author: mmazur                       Date: Thu Dec  7 16:18:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- little patchy, will send upstream

---- Files affected:
SOURCES:
   luks-tools-ac_progs_paths_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/luks-tools-ac_progs_paths_fix.patch
diff -u /dev/null SOURCES/luks-tools-ac_progs_paths_fix.patch:1.1
--- /dev/null	Thu Dec  7 17:18:25 2006
+++ SOURCES/luks-tools-ac_progs_paths_fix.patch	Thu Dec  7 17:18:20 2006
@@ -0,0 +1,25 @@
+--- luks-tools-0.0.9/configure.ac.orig	2006-06-03 02:49:16.000000000 +0200
++++ luks-tools-0.0.9/configure.ac	2006-12-07 17:04:49.935678167 +0100
+@@ -145,19 +145,19 @@
+ #pkg_modules="hal >= 0.4.0, hal-storage >= 0.4.0, openssl >= 0.9.7a"
+ #PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
+ 
+-AC_PATH_PROG(CRYPTSETUP, cryptsetup, no)
++AC_PATH_PROG(CRYPTSETUP, cryptsetup, no, [/sbin:/usr/sbin:$PATH])
+ if test x"$CRYPTSETUP" = xno; then
+         AC_MSG_ERROR([cryptsetup executable not found in your path])
+ fi
+ AC_SUBST(CRYPTSETUP)
+ 
+-AC_PATH_PROG(DD, dd, no)
++AC_PATH_PROG(DD, dd, no, [/sbin:/usr/sbin:$PATH])
+ if test x"$DD" = xno; then
+         AC_MSG_ERROR([dd executable not found in your path])
+ fi
+ AC_SUBST(DD)
+ 
+-AC_PATH_PROG(MKFS, mkfs, no)
++AC_PATH_PROG(MKFS, mkfs, no, [/sbin:/usr/sbin:$PATH])
+ if test x"$MKFS" = xno; then
+         AC_MSG_ERROR([mkfs executable not found in your path])
+ fi
================================================================


More information about the pld-cvs-commit mailing list