diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-24 23:49:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-24 23:49:35 +0000 |
commit | a22edb2bdb8f8208110831f0e2a740e4327a40de (patch) | |
tree | 55d5427a346d31b4fc42c40860f95f9c49596df1 /package/parprouted | |
parent | 7c5e0d227a7ec469fa26cb5950a852a22a8614d8 (diff) | |
download | upstream-a22edb2bdb8f8208110831f0e2a740e4327a40de.tar.gz upstream-a22edb2bdb8f8208110831f0e2a740e4327a40de.tar.bz2 upstream-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/parprouted')
-rw-r--r-- | package/parprouted/Makefile | 2 |
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 $@ |