diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 23:49:35 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 23:49:35 +0000 |
commit | 782c43371828425129b65a8d400d9ab4175f6203 (patch) | |
tree | 166616a3af34f918e2aafb2eb4fa976c8a81f8a9 /openwrt/package | |
parent | 17538be9035e7a4f455fbb21fff5d51fb8f024b1 (diff) |
don't build stripped executable, let sstrip do its job
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/parprouted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |