mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02: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:
parent
f7a7fa5b10
commit
e6125bb94b
@ -32,7 +32,7 @@ endef
|
|||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(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="" \
|
--with-gpgconf="" --with-g13="" \
|
||||||
--enable-shared --enable-static \
|
--enable-shared --enable-static \
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user