cmake: link statically
SVN-Revision: 33114
This commit is contained in:
parent
7d79e3a84a
commit
ecc3d83717
1 changed files with 3 additions and 0 deletions
|
@ -15,4 +15,7 @@ PKG_MD5SUM:=e1b237aeaed880f65dec9c20602452f6
|
|||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CONFIGURE_CMD = \
|
||||
LDFLAGS="$(HOST_LDFLAGS) -static" ./configure
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
|
|
Loading…
Reference in a new issue