summaryrefslogtreecommitdiff
path: root/tools/cmake
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 21:25:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 21:25:45 +0000
commit65d6a44baa03848269a98d9278e5c406e3176f09 (patch)
tree72d07c7857182675f0c1ded041ebe0c50fe35539 /tools/cmake
parente2e55d7acd5962a238da38df4399ee7cb7799978 (diff)
downloadmtk-20170518-65d6a44baa03848269a98d9278e5c406e3176f09.zip
mtk-20170518-65d6a44baa03848269a98d9278e5c406e3176f09.tar.gz
mtk-20170518-65d6a44baa03848269a98d9278e5c406e3176f09.tar.bz2
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
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 6f6c28a..54c6375 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))