enable $(FPIC) for a few more packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12228 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2008-08-06 22:43:15 +00:00
parent 1d7a6f9012
commit b0190e566b
119 changed files with 284 additions and 98 deletions

View File

@ -34,6 +34,8 @@ define Package/libsigcxx/description
whether it is static or virtual.
endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \