Try a different fix for bug 346373.

2006-12-18  Matthias Clasen  <mclasen@redhat.com>

        * tests/Makefile.am: Try a different fix for bug 346373.
This commit is contained in:
Matthias Clasen 2006-12-18 14:50:36 +00:00 committed by Matthias Clasen
parent 558383d62c
commit 330e9ffc1b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-18 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am: Try a different fix for bug 346373.
2006-12-18 Matthias Clasen <mclasen@redhat.com>
Fix bug 161288:

View File

@ -121,7 +121,7 @@ TESTS = $(test_programs) $(test_scripts)
TESTS_ENVIRONMENT = srcdir=$(srcdir) \
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
MALLOC_CHECK_=2 \
if test "$$RANDOM" != "" ; then MALLOC_PERTURB_=$$(($$RANDOM % 256)); fi
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
progs_ldadd = $(EFENCE) $(libglib) $(EFENCE)
thread_ldadd = $(libgthread) $(G_THREAD_LIBS) $(progs_ldadd)