mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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:
committed by
Peter Korsgaard
parent
f7950dbfe5
commit
b10a805820
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user