python-netifaces: add -x option to fix cross-compilation

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2012-01-09 08:42:07 +01:00 committed by Peter Korsgaard
parent f7950dbfe5
commit b10a805820
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ define PYTHON_NETIFACES_BUILD_CMDS
(cd $(@D); \
PYTHONXCPREFIX="$(STAGING_DIR)/usr/" \
LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
$(HOST_DIR)/usr/bin/python setup.py build)
$(HOST_DIR)/usr/bin/python setup.py build -x)
endef
define PYTHON_NETIFACES_INSTALL_TARGET_CMDS