don't build stripped executable, let sstrip do its job
authorNicolas Thill <nico@openwrt.org>
Sun, 24 Jul 2005 23:49:35 +0000 (23:49 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 24 Jul 2005 23:49:35 +0000 (23:49 +0000)
SVN-Revision: 1544

openwrt/package/parprouted/Makefile

index fc37e100fa77f8a2223f50322c99c85bb13eb7b2..a06a15251d80bab03850b0327329f1546096763d 100644 (file)
@@ -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 $@