cmake: link statically

SVN-Revision: 33114
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:27:04 +00:00
parent 7d79e3a84a
commit ecc3d83717
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ PKG_MD5SUM:=e1b237aeaed880f65dec9c20602452f6
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_CMD = \
LDFLAGS="$(HOST_LDFLAGS) -static" ./configure
$(eval $(call HostBuild))