From e6125bb94b6522e09cb7fa5af28bbc90fe67edd8 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 8 Sep 2010 10:48:45 +0800 Subject: [PATCH] to make gpgme work at least the path to the gpg binary has to be set... Signed-off-by: Xiangfu Liu Acked-by: Richard --- gpgme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpgme/Makefile b/gpgme/Makefile index fdddfef..2bc625d 100644 --- a/gpgme/Makefile +++ b/gpgme/Makefile @@ -32,7 +32,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ - --with-pth=no --with-gpg="" --with-gpgsm="" \ + --with-pth=no --with-gpg="/usr/bin/gpg" --with-gpgsm="" \ --with-gpgconf="" --with-g13="" \ --enable-shared --enable-static \ )