]> git.pld-linux.org Git - packages/fwupd.git/blame - fwupd-sh.patch
- updated to 0.6.1
[packages/fwupd.git] / fwupd-sh.patch
CommitLineData
868d82b7
JB
1--- fwupd-0.1.2/configure.ac.orig 2015-04-22 11:55:28.000000000 +0200
2+++ fwupd-0.1.2/configure.ac 2015-04-22 21:28:05.199909104 +0200
3@@ -138,10 +138,10 @@
4 AC_MSG_ERROR([Cannot locate gpgme])
5 else
6 AC_MSG_RESULT([yes])
7- GPGME_CFLAGS="`\"/usr/bin/gpgme-config\" --cflags`"
8- GPGME_LIBS="`\"/usr/bin/gpgme-config\" --libs`"
9- GPGME_CFLAGS+=" `\"/usr/bin/gpg-error-config\" --cflags`"
10- GPGME_LIBS+=" `\"/usr/bin/gpg-error-config\" --libs`"
11+ GPGME_CFLAGS="$(/usr/bin/gpgme-config --cflags)"
12+ GPGME_LIBS="$(/usr/bin/gpgme-config --libs)"
13+ GPGME_CFLAGS="$GPGME_CFLAGS $(/usr/bin/gpg-error-config --cflags)"
14+ GPGME_LIBS="$GPGME_LIBS $(/usr/bin/gpg-error-config --libs)"
15 AC_SUBST([GPGME_CFLAGS])
16 AC_SUBST([GPGME_LIBS])
17 fi
This page took 0.083155 seconds and 4 git commands to generate.