diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-08-07 17:46:42 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-09-24 19:18:52 +0200 |
commit | 2bbc9376c6c081a8db491f047e32091da6ba0016 (patch) | |
tree | d7cd03b8f91a4088fe6e1e4f47224834d67af27e /package/libs/gettext-full/Makefile | |
parent | 65e9561b3d0546bfe6bad1840d81c0aa07b0c68d (diff) | |
download | upstream-2bbc9376c6c081a8db491f047e32091da6ba0016.tar.gz upstream-2bbc9376c6c081a8db491f047e32091da6ba0016.tar.bz2 upstream-2bbc9376c6c081a8db491f047e32091da6ba0016.zip |
gettext-full: host compile with -fpic
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r-- | package/libs/gettext-full/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index db6aee7508..4cb8d8d618 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -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/ |