summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2008-01-13 19:35:08 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3f0393fe715b504329f56c1c8ccafd2bad914807 (patch)
tree8c5f503ef9db7a529d20ea8e6325fe11eb14ea4c
parent68287c3eac6cdba746f32c7b0bb37b27a6e1f8f2 (diff)
downloadecryptfs-utils-3f0393fe715b504329f56c1c8ccafd2bad914807.zip
ecryptfs-utils-3f0393fe715b504329f56c1c8ccafd2bad914807.tar.gz
- fix for posix mode sh
Changed files: ecryptfs-utils-sh.patch -> 1.1
-rw-r--r--ecryptfs-utils-sh.patch13
1 files changed, 13 insertions, 0 deletions
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
+