2018-01-05 21:09:07 +00:00
|
|
|
modules-$(CONFIG_GPG2) += libgpg-error
|
2020-10-26 14:19:57 +00:00
|
|
|
libgpg-error_version := 1.37
|
2018-01-05 21:09:07 +00:00
|
|
|
libgpg-error_dir := libgpg-error-$(libgpg-error_version)
|
|
|
|
libgpg-error_tar := libgpg-error-$(libgpg-error_version).tar.bz2
|
|
|
|
libgpg-error_url := https://gnupg.org/ftp/gcrypt/libgpg-error/$(libgpg-error_tar)
|
2020-10-26 14:19:57 +00:00
|
|
|
libgpg-error_hash := b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763
|
2018-01-05 21:09:07 +00:00
|
|
|
|
|
|
|
libgpg-error_configure := ./configure \
|
|
|
|
$(CROSS_TOOLS) \
|
|
|
|
--prefix "/" \
|
|
|
|
--host=x86_64-linux-musl \
|
|
|
|
--disable-static \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-languages \
|
|
|
|
--disable-doc \
|
|
|
|
--disable-tests \
|
|
|
|
|
|
|
|
libgpg-error_target := $(MAKE_JOBS) \
|
|
|
|
DESTDIR="$(INSTALL)" \
|
|
|
|
$(CROSS_TOOLS) \
|
|
|
|
install \
|
|
|
|
|
2018-09-18 09:32:46 +00:00
|
|
|
libgpg-error_libraries := src/.libs/libgpg-error.so.0
|
2018-01-05 21:09:07 +00:00
|
|
|
|
|
|
|
libgpg-error_depends := $(musl_dep)
|