projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c162aa
)
Remove HOST_LOADLIBES fix from busybox, caused problems.
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Dec 2007 12:59:38 +0000
(12:59 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Dec 2007 12:59:38 +0000
(12:59 +0000)
OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9662
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
b663022
..
c5e103c
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-56,7
+56,6
@@
define Build/Configure
CC="$(TARGET_CC)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(ARCH)" \
- HOST_LOADLIBES=-lintl \
oldconfig
endef
This page took
0.041261 seconds
and
4
git commands to generate.