egenix-mx: fix cflags
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25366e3b45
commit
486be38dae
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user