diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 21:25:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 21:25:45 +0000 |
commit | cc0dd3bd4686634099d1ada3a8f9a283b0c11697 (patch) | |
tree | 8efbbbd9947669915cb4c39dc4a9c512d22c1aa9 /tools/cmake | |
parent | 0ddff5a4ea24ba4185b6a1469cd7e7cd11ce1841 (diff) | |
download | upstream-cc0dd3bd4686634099d1ada3a8f9a283b0c11697.tar.gz upstream-cc0dd3bd4686634099d1ada3a8f9a283b0c11697.tar.bz2 upstream-cc0dd3bd4686634099d1ada3a8f9a283b0c11697.zip |
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
Diffstat (limited to 'tools/cmake')
-rw-r--r-- | tools/cmake/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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)) |