busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9660
This commit is contained in:
parent
40ab15892d
commit
412bedd41c
|
@ -56,6 +56,7 @@ define Build/Configure
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
ARCH="$(ARCH)" \
|
ARCH="$(ARCH)" \
|
||||||
|
HOST_LOADLIBES=-lintl \
|
||||||
oldconfig
|
oldconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -70,7 +71,7 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/busybox/install
|
define Package/busybox/install
|
||||||
find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
$(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
|
|
Loading…
Reference in New Issue