SOURCES: ecryptfs-utils-sh.patch (NEW) - fix for posix mode sh

qboosh qboosh at pld-linux.org
Sun Jan 13 20:35:13 CET 2008


Author: qboosh                       Date: Sun Jan 13 19:35:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for posix mode sh

---- Files affected:
SOURCES:
   ecryptfs-utils-sh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ecryptfs-utils-sh.patch
diff -u /dev/null SOURCES/ecryptfs-utils-sh.patch:1.1
--- /dev/null	Sun Jan 13 20:35:13 2008
+++ SOURCES/ecryptfs-utils-sh.patch	Sun Jan 13 20:35:08 2008
@@ -0,0 +1,13 @@
+--- ecryptfs-utils-38/configure.ac.orig	2008-01-02 22:38:33.000000000 +0100
++++ ecryptfs-utils-38/configure.ac	2008-01-13 20:16:45.171399011 +0100
+@@ -234,8 +234,8 @@
+ 		AC_MSG_ERROR([Cannot locate gpgme])
+ 	else
+ 		AC_MSG_RESULT([found])
+-		GPGME_CFLAGS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --cflags`"
+-		GPGME_LIBS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --libs`"
++		GPGME_CFLAGS="$("${with_gpgme_prefix}/bin/gpgme-config" --cflags)"
++		GPGME_LIBS="$("${with_gpgme_prefix}/bin/gpgme-config" --libs)"
+ 	fi
+ fi
+ 
================================================================


More information about the pld-cvs-commit mailing list