summaryrefslogtreecommitdiff
path: root/openwrt/package/parprouted/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-24 23:49:35 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-24 23:49:35 +0000
commit444e18761e110ee6d920c0796888fd8e1c52c966 (patch)
tree166616a3af34f918e2aafb2eb4fa976c8a81f8a9 /openwrt/package/parprouted/Makefile
parent567502494a6c6586eb6ff3c2aff9b31d5582fd10 (diff)
downloadmtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.zip
mtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.tar.gz
mtk-20170518-444e18761e110ee6d920c0796888fd8e1c52c966.tar.bz2
don't build stripped executable, let sstrip do its job
SVN-Revision: 1544
Diffstat (limited to 'openwrt/package/parprouted/Makefile')
-rw-r--r--openwrt/package/parprouted/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/parprouted/Makefile b/openwrt/package/parprouted/Makefile
index fc37e10..a06a152 100644
--- a/openwrt/package/parprouted/Makefile
+++ b/openwrt/package/parprouted/Makefile
@@ -22,7 +22,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
+ CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="" \
all
touch $@