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

@ -160,6 +160,8 @@ define Build/Configure
#$(SED) 's@US/Eastern@America/New_York@' $(PKG_BUILD_DIR)/src/timezone/Makefile
endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)" \
DESTDIR="$(PKG_INSTALL_DIR)" \