mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 16:58:27 +02:00
[tools] cmake: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33114 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ddccd14726
commit
eb04bab911
@ -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