From 739d512289d14ade82e9fbae7f4371e65989622f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Nov 2016 22:19:21 +0100 Subject: add three library methods, static, shared or both Rename the static symbol and add the choice to a more visible place for users. --- package/pkgconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pkgconf') diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile index 47c2b7b78..bded34468 100644 --- a/package/pkgconf/Makefile +++ b/package/pkgconf/Makefile @@ -23,7 +23,7 @@ $(eval $(call PKG_template,PKGCONF,pkgconf,$(PKG_VERSION)-${PKG_RELEASE},${PKG_D hostpost-install: $(CP) ./files/pkg-config $(STAGING_HOST_DIR)/usr/bin -ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) PATH="$(HOST_PATH)" $(SED) "s#@@OPTS@@#--static#" $(STAGING_HOST_DIR)/usr/bin/pkg-config else PATH="$(HOST_PATH)" $(SED) "s#@@OPTS@@##" $(STAGING_HOST_DIR)/usr/bin/pkg-config -- cgit v1.2.3