diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-28 21:42:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-30 10:36:24 +0200 |
commit | 5e635021b072db0bd3d30346a20faefec9c6ce94 (patch) | |
tree | d96892b4377773d301d07da83b629e52df8db315 /package/pkgconf | |
parent | 616481e27a059bc10d9e9c7d4efc7215f5aaaad6 (diff) |
use --static
Diffstat (limited to 'package/pkgconf')
-rw-r--r-- | package/pkgconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile index 26f33a7f6..f0d9d12f2 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) - $(SED) "s#@@OPTS@@#-static#" $(STAGING_HOST_DIR)/usr/bin/pkg-config + $(SED) "s#@@OPTS@@#--static#" $(STAGING_HOST_DIR)/usr/bin/pkg-config else $(SED) "s#@@OPTS@@##" $(STAGING_HOST_DIR)/usr/bin/pkg-config endif |