From 65d6a44baa03848269a98d9278e5c406e3176f09 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 10 Aug 2012 21:25:45 +0000
Subject: [PATCH] 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
---
 tools/cmake/Makefile | 3 ---
 1 file changed, 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))
-- 
2.30.2