From: Bruno Haible Date: Sun, 20 Jun 2021 01:40:56 +0000 (+0200) Subject: build: Simplify further. X-Git-Tag: v0.22~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a73c0e508199ad068bc95fb6eee76973c81ebbf;p=thirdparty%2Fgettext.git build: Simplify further. * gettext-tools/src/Makefile.am (msginit_SOURCES): Remove Solaris workaround (no longer needed). --- diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 37062367c..f5e52ea8e 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -288,11 +288,6 @@ endif msginit_SOURCES = msginit.c msginit_SOURCES += lang-table.c plural-count.c msginit_SOURCES += ../../gettext-runtime/intl/localealias.c -# This is needed because on Solaris, localealias.c requires the symbol -# libintl_thread_in_use which is defined in lock.c. The copy of lock.c inside -# libintl.so is not sufficient, because libintl.so doesn't export the symbol -# libintl_thread_in_use. -msginit_SOURCES += ../../gettext-runtime/intl/lock.c if !WOE32DLL msguniq_SOURCES = msguniq.c else