From: jow Date: Fri, 10 Aug 2012 21:25:45 +0000 (+0000) Subject: Revert "[tools] cmake: link statically" X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=84db4593e7ee17e85f403744262941ae06e71db3;p=openwrt.git Revert "[tools] cmake: link statically" Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33118 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 6f6c28a9b0..54c63757c7 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -15,7 +15,4 @@ PKG_MD5SUM:=e1b237aeaed880f65dec9c20602452f6 include $(INCLUDE_DIR)/host-build.mk -HOST_CONFIGURE_CMD = \ - LDFLAGS="$(HOST_LDFLAGS) -static" ./configure - $(eval $(call HostBuild))