summaryrefslogtreecommitdiff
path: root/tools/upslug2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:34:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:34:30 +0000
commitcf1698c6370d6a64f5f70a2dc5652d1fbc62afc3 (patch)
tree8dea115df7f768723281ea58c0ce7d0c4180182b /tools/upslug2
parent095fe8743b64a47ea2b13642934348f914d2a2bb (diff)
downloadmtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.zip
mtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.tar.gz
mtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.tar.bz2
use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
Diffstat (limited to 'tools/upslug2')
-rw-r--r--tools/upslug2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upslug2/Makefile b/tools/upslug2/Makefile
index 19d160c..e80cef0 100644
--- a/tools/upslug2/Makefile
+++ b/tools/upslug2/Makefile
@@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
-HOST_LDFLAGS += -static
+HOST_LDFLAGS += $(HOST_STATIC_LINKING)
define Host/Configure
(cd $(HOST_BUILD_DIR); \