]> git.pld-linux.org Git - packages/ecryptfs-utils.git/commitdiff
- fix for posix mode sh
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2008 19:35:08 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecryptfs-utils-sh.patch -> 1.1

ecryptfs-utils-sh.patch [new file with mode: 0644]

diff --git a/ecryptfs-utils-sh.patch b/ecryptfs-utils-sh.patch
new file mode 100644 (file)
index 0000000..d3dec9c
--- /dev/null
@@ -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
This page took 0.052047 seconds and 4 git commands to generate.