mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add some fixes for compiling on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -99,11 +99,11 @@ $(STAGING_DIR)/lib/libc.a: $(UCLIBC_DIR)/lib/libc.a
|
||||
DEVEL_PREFIX=/ \
|
||||
RUNTIME_PREFIX=/ \
|
||||
install_dev
|
||||
# Build the host utils. Need to add an install target...
|
||||
$(MAKE1) -C $(UCLIBC_DIR)/utils \
|
||||
PREFIX=$(STAGING_DIR) \
|
||||
HOSTCC="$(HOSTCC)" \
|
||||
hostutils
|
||||
# Build the host utils. Need to add an install target... - disabled
|
||||
# $(MAKE1) -C $(UCLIBC_DIR)/utils \
|
||||
# PREFIX=$(STAGING_DIR) \
|
||||
# HOSTCC="$(HOSTCC)" \
|
||||
# hostutils
|
||||
touch -c $(STAGING_DIR)/lib/libc.a
|
||||
|
||||
ifneq ($(TARGET_DIR),)
|
||||
|
||||
Reference in New Issue
Block a user