mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 14:30:41 +01:00
gettext-full: host compile with -fpic
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(backported from 2bbc9376c6)
This commit is contained in:
parent
9a01ff5c03
commit
38e99cb379
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ HOST_CONFIGURE_VARS += \
|
|||
am_cv_func_iconv=no \
|
||||
ac_cv_header_iconv_h=no \
|
||||
|
||||
HOST_CFLAGS += $(HOST_FPIC)
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib/libintl-full/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl-full/include/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue