From: Bruno Haible Date: Fri, 26 Apr 2019 18:07:26 +0000 (+0200) Subject: build: Fix build failure on mingw with --disable-shared --enable-relocatable. X-Git-Tag: v0.20~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a652b9e4d357d12ab7e85fd041064dbda626413;p=thirdparty%2Fgettext.git build: Fix build failure on mingw with --disable-shared --enable-relocatable. Reported by Michele Locati in . * gettext-runtime/intl/Makefile.am (AM_CPPFLAGS): Map 'relocate2' to a different symbol. --- diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am index f2a3fb34d..69e39fcef 100644 --- a/gettext-runtime/intl/Makefile.am +++ b/gettext-runtime/intl/Makefile.am @@ -57,6 +57,7 @@ AM_CPPFLAGS += \ -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \ -Dset_relocation_prefix=libintl_set_relocation_prefix \ -Drelocate=libintl_relocate \ + -Drelocate2=libintl_relocate2 \ -DDEPENDS_ON_LIBICONV=1 YACC = @INTLBISON@ -y -d