From: Nicolas Thill <nico@openwrt.org>
Date: Sun, 24 Jul 2005 23:49:35 +0000 (+0000)
Subject: don't build stripped executable, let sstrip do its job
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=444e18761e110ee6d920c0796888fd8e1c52c966;p=openwrt%2Fstaging%2Fdedeckeh.git

don't build stripped executable, let sstrip do its job

SVN-Revision: 1544
---

diff --git a/openwrt/package/parprouted/Makefile b/openwrt/package/parprouted/Makefile
index fc37e100fa..a06a15251d 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 $@