python-sip: Host need -fPIC
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:31:21 +0000 (20:31 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:31:21 +0000 (20:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/python-sip/Makefile

index 3b9368e..f09e61f 100644 (file)
@@ -108,6 +108,8 @@ define Host/Configure
        )
 endef
 
+HOST_CFLAGS+=$(HOST_FPIC)
+
 define Host/Compile
        $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \
                CC="$(HOSTCC)" \