From: nbd Date: Tue, 31 Jul 2007 10:29:29 +0000 (+0000) Subject: egenix-mx: fix cflags X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=486be38dae69a79336d8f370b8d76735f36a2395;p=packages.git egenix-mx: fix cflags git-svn-id: svn://svn.openwrt.org/openwrt/packages@8267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/egenix-mx/Makefile b/libs/egenix-mx/Makefile index bcd51afaf..e25a10242 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 \