From: Felix Fietkau Date: Tue, 31 Jul 2007 10:29:29 +0000 (+0000) Subject: egenix-mx: fix cflags X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=84902d734da038f03ec9659605f311e305da026b egenix-mx: fix cflags SVN-Revision: 8267 --- diff --git a/libs/egenix-mx/Makefile b/libs/egenix-mx/Makefile index bcd51afaf7..e25a10242d 100644 --- a/libs/egenix-mx/Makefile +++ b/libs/egenix-mx/Makefile @@ -27,6 +27,7 @@ endef define Build/Compile cd $(PKG_BUILD_DIR); \ + BASECFLAGS='$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include' \ CFLAGS='$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include' \ LDFLAGS='$(TARGET_LDFLAGS)' \ $(STAGING_DIR)/usr/bin/hostpython ./setup.py build \