1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-25 00:46:15 +02:00

Revert "[tools] cmake: link statically"

Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.

SVN-Revision: 33118
This commit is contained in:
Jo-Philipp Wich 2012-08-10 21:25:45 +00:00
parent e2e55d7acd
commit 65d6a44baa

View File

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