diff options
author | Andy Boyett <agb@openwrt.org> | 2007-12-27 11:31:21 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2007-12-27 11:31:21 +0000 |
commit | 2158318d4f8d00af27e42c941ece18db0f0b55bf (patch) | |
tree | 63326923dd8794818e030d2d1e52d9d17f10f4d8 | |
parent | ead707ba4e272f2d021f81d1a6238f7a4d263586 (diff) | |
download | upstream-2158318d4f8d00af27e42c941ece18db0f0b55bf.tar.gz upstream-2158318d4f8d00af27e42c941ece18db0f0b55bf.tar.bz2 upstream-2158318d4f8d00af27e42c941ece18db0f0b55bf.zip |
fixed b43-fwcutter compile on osx 10.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9954 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/b43/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile index 756e83b087..c4cc91f5cf 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -83,7 +83,8 @@ define Build/Compile $(MAKE_OPTS) \ modules - $(MAKE) -C "$(PKG_BUILD_DIR)/$(PKG_FWCUTTER_NAME)-$(PKG_FWCUTTER_VERSION)" + $(MAKE) -C "$(PKG_BUILD_DIR)/$(PKG_FWCUTTER_NAME)-$(PKG_FWCUTTER_VERSION)" \ + CFLAGS="-I$(STAGING_DIR_HOST)/include -include endian.h" endef define KernelPackage/b43/install |