mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 20:07:23 +00:00
cmake: link statically
SVN-Revision: 33114
This commit is contained in:
parent
7d79e3a84a
commit
ecc3d83717
@ -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 New Issue
Block a user