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

@ -29,6 +29,8 @@ define Package/libjson/description
This package contains a library for javascript object notation backends.
endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \