mirror of https://github.com/hak5/openwrt.git
gettext-full: host compile with -fpic
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>openwrt-19.07
parent
65e9561b3d
commit
2bbc9376c6
|
@ -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…
Reference in New Issue