Remove HOST_LOADLIBES fix from busybox, caused problems.
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> SVN-Revision: 9662
This commit is contained in:
parent
4fa7250c07
commit
115290946a
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ define Build/Configure
|
|||
CC="$(TARGET_CC)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
ARCH="$(ARCH)" \
|
||||
HOST_LOADLIBES=-lintl \
|
||||
oldconfig
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue