Skip to content

Commit

Permalink
[tools] cmake: link statically
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33114 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Aug 10, 2012
1 parent ddccd14 commit eb04bab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cmake/Makefile
Expand Up @@ -15,4 +15,7 @@ PKG_MD5SUM:=e1b237aeaed880f65dec9c20602452f6

include $(INCLUDE_DIR)/host-build.mk

HOST_CONFIGURE_CMD = \
LDFLAGS="$(HOST_LDFLAGS) -static" ./configure

$(eval $(call HostBuild))

0 comments on commit eb04bab

Please sign in to comment.