mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 20:49:57 +08:00
libgpg-error: install gpg-error-config again
Upstream deprecated it while not fixing libgcrypt not to use it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
44fcaef356
commit
ecb53e2334
@ -45,6 +45,7 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--enable-install-gpg-error-config \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--disable-languages \
|
--disable-languages \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
@ -52,13 +53,21 @@ CONFIGURE_ARGS += \
|
|||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(2)/bin $(1)/usr/bin
|
$(INSTALL_DIR) $(2)/bin $(1)/usr/bin
|
||||||
|
$(INSTALL_BIN) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/bin/gpg-error-config \
|
||||||
|
$(2)/bin/
|
||||||
|
$(SED) \
|
||||||
|
's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
|
||||||
|
$(2)/bin/gpg-error-config
|
||||||
|
$(LN) $(STAGING_DIR)/host/bin/gpg-error-config $(1)/usr/bin/gpg-error-config
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
$(PKG_INSTALL_DIR)/usr/bin/gpgrt-config \
|
$(PKG_INSTALL_DIR)/usr/bin/gpgrt-config \
|
||||||
$(2)/bin/
|
$(2)/bin/
|
||||||
$(SED) \
|
$(SED) \
|
||||||
's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
|
's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
|
||||||
$(2)/bin/gpgrt-config
|
$(2)/bin/gpgrt-config
|
||||||
ln -sf $(STAGING_DIR)/host/bin/gpgrt-config $(1)/usr/bin/gpgrt-config
|
$(LN) $(STAGING_DIR)/host/bin/gpgrt-config $(1)/usr/bin/gpgrt-config
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
|
Loading…
Reference in New Issue
Block a user