enable $(FPIC) for a few more packages

This commit is contained in:
nbd 2008-08-06 22:43:15 +00:00 committed by Jiri Slachta
parent 72433c32de
commit c5c19588db

View file

@ -34,6 +34,8 @@ endef
define Build/Configure
endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \