zlib: replace -fPIC with $(FPIC)
SVN-Revision: 18093
This commit is contained in:
parent
fff7416664
commit
9708adb16f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ endef
|
|||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS) -fPIC" \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(FPIC)" \
|
||||
libz.a libz.so
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
|
|
Loading…
Reference in a new issue