mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
Set this from libtool rather than hardcoding values for certain platforms.
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather than hardcoding values for certain platforms. * glib/libcharset/config.charset: Add a rule for NetBSD. * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): If LIBCHARSET_ALIAS_DIR is set, look for charset.aliases there. * tests/Makefile.am (TESTS_ENVIRONMENT): set LIBCHARSET_ALIAS_DIR so we don't depend on charset.aliases having been installed
This commit is contained in:
@@ -93,7 +93,8 @@ test_script_support_programs = markup-test
|
||||
check_PROGRAMS = $(test_programs) $(test_script_support_programs)
|
||||
|
||||
TESTS = $(test_programs) $(test_scripts)
|
||||
TESTS_ENVIRONMENT = srcdir=$(srcdir)
|
||||
TESTS_ENVIRONMENT = srcdir=$(srcdir) \
|
||||
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset
|
||||
|
||||
progs_LDADD = $(EFENCE) $(libglib) $(EFENCE)
|
||||
thread_LDADD = $(libgthread) @G_THREAD_LIBS@ $(progs_LDADD)
|
||||
|
||||
Reference in New Issue
Block a user