python-sip: Host need -fPIC

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-23 20:31:21 +00:00
parent 8b012c8faa
commit 38d30dc1a0

View 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)" \