From: Yegor Yefremov Date: Mon, 9 Jan 2012 07:42:07 +0000 (+0100) Subject: python-netifaces: add -x option to fix cross-compilation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b10a8058206f246d8234c4adff9c6b29a6d3759c;p=buildroot.git python-netifaces: add -x option to fix cross-compilation Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- diff --git a/package/python-netifaces/python-netifaces.mk b/package/python-netifaces/python-netifaces.mk index e9a7099cd9..5bfa326231 100644 --- a/package/python-netifaces/python-netifaces.mk +++ b/package/python-netifaces/python-netifaces.mk @@ -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