Skip to content
Snippets Groups Projects
Commit 0096c480 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

pkg-config: link statically

SVN-Revision: 33102
parent 66c9e4f1
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,10 @@ PKG_MD5SUM:=a3270bab3f4b69b7dc6dbdacbcae9745
include $(INCLUDE_DIR)/host-build.mk
HOST_LDFLAGS += -static
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) \
install
$(MAKE) -C $(HOST_BUILD_DIR) install AM_LDFLAGS="-all-static"
mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real
$(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment