don't build stripped executable, let sstrip do its job
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2005 23:49:35 +0000 (23:49 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Jul 2005 23:49:35 +0000 (23:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1544 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/parprouted/Makefile

index fc37e10..a06a152 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 $@