X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fegenix-mx%2FMakefile;h=e25a10242d1302f229b35892dbecd8c768b6c72e;hp=bcd51afaf74835bedf5e82d69ddd05eecd4b28ae;hb=84902d734da038f03ec9659605f311e305da026b;hpb=ad42ee07f5f1b8710d7439afab0ada717b2fb941 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 \