]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Add special hack for GCC.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jun 2022 01:46:34 +0000 (03:46 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jun 2022 01:46:34 +0000 (03:46 +0200)
commitfdc2bd236a6a62b477c1fca4205df10b0e64266b
treefd5b22bf3700c4483b17a47a70bb4661a836569f
parent6f048e30a88282ed6712ce8d6000302fd287daad
intl: Add special hack for GCC.

Based on the commit
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=4a1493f0603262a7dc1114d9827353e9810e63dc
by Jakub Jelinek <jakub@redhat.com>.

* gettext-runtime/intl/configure.ac: Accept option --enable-host-shared.
Set PICFLAG.
* gettext-runtime/intl/Makefile.am (AM_CFLAGS): Add the PICFLAG.
* gnulib-local/modules/gettext-runtime-intl-misc (Makefile.am): Add the PICFLAG
to AM_CFLAGS.
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/configure.ac
gnulib-local/modules/gettext-runtime-intl-misc