From: Michael Büsch Date: Sat, 23 Oct 2010 20:31:21 +0000 (+0000) Subject: python-sip: Host need -fPIC X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=25bb8b5ede9b91e971754de97bee6fca6c6ac55a;p=openwrt%2Fsvn-archive%2Farchive.git python-sip: Host need -fPIC SVN-Revision: 23599 --- diff --git a/lang/python-sip/Makefile b/lang/python-sip/Makefile index 3b9368e7e9..f09e61fad3 100644 --- a/lang/python-sip/Makefile +++ b/lang/python-sip/Makefile @@ -108,6 +108,8 @@ define Host/Configure ) endef +HOST_CFLAGS+=$(HOST_FPIC) + define Host/Compile $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \ CC="$(HOSTCC)" \