aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commita22edb2bdb8f8208110831f0e2a740e4327a40de (patch)
tree55d5427a346d31b4fc42c40860f95f9c49596df1 /package
parent7c5e0d227a7ec469fa26cb5950a852a22a8614d8 (diff)
downloadmaster-187ad058-a22edb2bdb8f8208110831f0e2a740e4327a40de.tar.gz
master-187ad058-a22edb2bdb8f8208110831f0e2a740e4327a40de.tar.bz2
master-187ad058-a22edb2bdb8f8208110831f0e2a740e4327a40de.zip
don't build stripped executable, let sstrip do its job
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/parprouted/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parprouted/Makefile b/package/parprouted/Makefile
index fc37e100fa..a06a15251d 100644
--- a/package/parprouted/Makefile
+++ b/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 $@