From: Víctor Manuel Jáquez Leal Date: Sun, 3 Feb 2013 18:52:58 +0000 (+0100) Subject: Compile private test with -pthread on UNIX X-Git-Tag: 2.35.7~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b3ec827325cdca7eb2728b07eda4c6b21833b65;p=platform%2Fupstream%2Fglib.git Compile private test with -pthread on UNIX The commit f5f151cb removed this linkage, which is needed, at least for the toolchain gcc version 4.7.2 (Debian 4.7.2-5) https://bugzilla.gnome.org/show_bug.cgi?id=693105 --- diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index cbf90cd..3ffbab1 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -120,6 +120,8 @@ gtester-xmllint-check: # check testreport xml with xmllint if present check-am: gtester-xmllint-check +private_LDFLAGS = -pthread + endif CLEANFILES = \