From 486be38dae69a79336d8f370b8d76735f36a2395 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 31 Jul 2007 10:29:29 +0000 Subject: [PATCH] egenix-mx: fix cflags git-svn-id: svn://svn.openwrt.org/openwrt/packages@8267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/egenix-mx/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.11.0