1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 02:44:33 +03:00

to make gpgme work at least the path to the gpg binary has to be set...

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: Richard <richard.weinberger@gmail.com>
This commit is contained in:
Xiangfu Liu 2010-09-08 10:48:45 +08:00
parent f7a7fa5b10
commit e6125bb94b

View File

@ -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 \
)