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
master
Jo-Philipp Wich 12 years ago
parent e2e55d7acd
commit 65d6a44baa
  1. 3
      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))

Loading…
Cancel
Save