From 444e18761e110ee6d920c0796888fd8e1c52c966 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Sun, 24 Jul 2005 23:49:35 +0000
Subject: [PATCH] don't build stripped executable, let sstrip do its job

SVN-Revision: 1544
---
 openwrt/package/parprouted/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 $@
 
-- 
2.30.2