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
This commit is contained in:
parent
e2e55d7acd
commit
65d6a44baa
@ -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…
Reference in New Issue
Block a user