enable $(FPIC) for a few more packages
This commit is contained in:
parent
72433c32de
commit
c5c19588db
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ endef
|
|||
define Build/Configure
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
|
Loading…
Reference in a new issue