mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 08:25:37 +00:00
27 lines
756 B
Plaintext
27 lines
756 B
Plaintext
|
modules-$(CONFIG_GPG2) += libgpg-error
|
||
|
libgpg-error_version := 1.27
|
||
|
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)
|
||
|
libgpg-error_hash := 4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2
|
||
|
|
||
|
libgpg-error_configure := ./configure \
|
||
|
$(CROSS_TOOLS) \
|
||
|
--prefix "/" \
|
||
|
--host=x86_64-linux-musl \
|
||
|
--disable-static \
|
||
|
--disable-nls \
|
||
|
--disable-languages \
|
||
|
--disable-doc \
|
||
|
--disable-tests \
|
||
|
--disable-asm \
|
||
|
|
||
|
libgpg-error_target := $(MAKE_JOBS) \
|
||
|
DESTDIR="$(INSTALL)" \
|
||
|
$(CROSS_TOOLS) \
|
||
|
install \
|
||
|
|
||
|
libgpg-error_libraries := src/.libs/libgpg-error.so
|
||
|
|
||
|
libgpg-error_depends := $(musl_dep)
|