projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117f73d
)
fix ipkg install bug (default arch was not set)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 29 Aug 2005 20:08:19 +0000
(20:08 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 29 Aug 2005 20:08:19 +0000
(20:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1786
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/busybox/Makefile
b/openwrt/package/busybox/Makefile
index
1b11c87
..
907a848
100644
(file)
--- a/
openwrt/package/busybox/Makefile
+++ b/
openwrt/package/busybox/Makefile
@@
-32,7
+32,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(IDIR_BUSYBOX)" \
- EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR)
+ EXTRA_CFLAGS="$(TARGET_CFLAGS)"
ARCH="$(ARCH)"
-C $(PKG_BUILD_DIR)
touch $@
$(IPKG_BUSYBOX):