]> git.pld-linux.org Git - packages/ecryptfs-utils.git/blob - ecryptfs-utils-sh.patch
- seems (https://bugs.launchpad.net/ecryptfs/+cve) that CVE-2009-1296 is fixed, remov...
[packages/ecryptfs-utils.git] / ecryptfs-utils-sh.patch
1 --- ecryptfs-utils-38/configure.ac.orig 2008-01-02 22:38:33.000000000 +0100
2 +++ ecryptfs-utils-38/configure.ac      2008-01-13 20:16:45.171399011 +0100
3 @@ -234,8 +234,8 @@
4                 AC_MSG_ERROR([Cannot locate gpgme])
5         else
6                 AC_MSG_RESULT([found])
7 -               GPGME_CFLAGS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --cflags`"
8 -               GPGME_LIBS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --libs`"
9 +               GPGME_CFLAGS="$("${with_gpgme_prefix}/bin/gpgme-config" --cflags)"
10 +               GPGME_LIBS="$("${with_gpgme_prefix}/bin/gpgme-config" --libs)"
11         fi
12  fi
13  
This page took 0.065635 seconds and 3 git commands to generate.