Commit b10a8058 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

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

parent f7950dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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