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:
82d7045
)
fix uclibc build on osx
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 9 Mar 2008 21:22:31 +0000
(21:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 9 Mar 2008 21:22:31 +0000
(21:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10578
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index
d6848dc
..
aecd150
100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-123,6
+123,7
@@
endif
cp -pLR $(BUILD_DIR_TOOLCHAIN)/linux/include/asm-generic $(PKG_BUILD_DIR)/include/ ; \
cp -pLR $(BUILD_DIR_TOOLCHAIN)/linux/include/linux $(PKG_BUILD_DIR)/include/ ; \
fi;
+ $(MAKE) -C $(PKG_BUILD_DIR)/extra/config conf KBUILD_HAVE_NLS= HOSTCFLAGS="-DKBUILD_NO_NLS"
PATH=$(TARGET_PATH) $(MAKE) -C $(PKG_BUILD_DIR) \
PREFIX=$(BUILD_DIR_HOST)/uClibc_dev/ \
DEVEL_PREFIX=/usr/ \