diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:36 +0000 |
commit | be80ab656efe4d59e2cfb579e82fa8ac50cd88bc (patch) | |
tree | 2145864593f7c3d7b41e6fe5276ffdea87917a69 /tools/mklibs/Makefile | |
parent | eb93c957dcc7fd0aadf6d34baceb0e0fdd7e8255 (diff) | |
download | master-187ad058-be80ab656efe4d59e2cfb579e82fa8ac50cd88bc.tar.gz master-187ad058-be80ab656efe4d59e2cfb579e82fa8ac50cd88bc.tar.bz2 master-187ad058-be80ab656efe4d59e2cfb579e82fa8ac50cd88bc.zip |
[tools] mklibs: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mklibs/Makefile')
-rw-r--r-- | tools/mklibs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 7a82848adb..0858ad3d50 100644 --- a/tools/mklibs/Makefile +++ b/tools/mklibs/Makefile @@ -16,6 +16,7 @@ PKG_MD5SUM:=afe0ed527ba96b8a882b5de350603007 include $(INCLUDE_DIR)/host-build.mk HOST_CFLAGS += -I$(CURDIR)/include +HOST_LDFLAGS += -static define Host/Install $(INSTALL_BIN) \ |