From: Felix Fietkau Date: Mon, 10 Mar 2008 22:45:34 +0000 (+0000) Subject: fix ixp4xx-microcode compile on osx X-Git-Tag: reboot~26948 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0308392977206c9f3f4bed4443724ed579dc3165;p=oweals%2Fopenwrt.git fix ixp4xx-microcode compile on osx SVN-Revision: 10583 --- diff --git a/package/ixp4xx-microcode/Makefile b/package/ixp4xx-microcode/Makefile index 3054f7c608..f75b0aa395 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -41,7 +41,7 @@ endef define Build/Compile (cd $(PKG_BUILD_DIR); \ - $(HOSTCC) -Wall IxNpeMicrocode.c -o IxNpeMicrocode; \ + $(HOSTCC) -Wall -I$(STAGING_DIR_HOST)/include IxNpeMicrocode.c -o IxNpeMicrocode; \ ./IxNpeMicrocode -be \ ) endef