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 | 325868a6b5a261f0acba74a3692d0dc14fb34f4c (patch) | |
| tree | 166616a3af34f918e2aafb2eb4fa976c8a81f8a9 | |
| parent | 35327fc8b971fdb500780ab416a1e042f9956ec5 (diff) | |
| download | upstream-325868a6b5a261f0acba74a3692d0dc14fb34f4c.tar.gz upstream-325868a6b5a261f0acba74a3692d0dc14fb34f4c.tar.bz2 upstream-325868a6b5a261f0acba74a3692d0dc14fb34f4c.zip | |
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
| -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 fc37e100fa7..a06a15251d8 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 $@ |
