From 3f0393fe715b504329f56c1c8ccafd2bad914807 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 13 Jan 2008 19:35:08 +0000 Subject: - fix for posix mode sh Changed files: ecryptfs-utils-sh.patch -> 1.1 diff --git a/ecryptfs-utils-sh.patch b/ecryptfs-utils-sh.patch new file mode 100644 index 0000000..d3dec9c --- /dev/null +++ b/ecryptfs-utils-sh.patch @@ -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 + -- cgit v0.10.2