mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/libgpg-error: enable host-variant
libgpg-error is needed by libassuan and libgpgme, the latter being needed for skopeo (to come in a followup patch). Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cf8085cb6d
commit
c2df2ee019
@ -26,4 +26,10 @@ else
|
||||
LIBGPG_ERROR_CONF_OPTS += --disable-threads
|
||||
endif
|
||||
|
||||
HOST_LIBGPG_ERROR_CONF_OPTS = \
|
||||
--enable-threads \
|
||||
--enable-install-gpg-error-config \
|
||||
--disable-tests
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user