mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 19:24:04 +02:00
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
This commit is contained in:
committed by
Ryan Lortie
parent
6bcb1c0ed6
commit
6b3ec82732
@@ -120,6 +120,8 @@ gtester-xmllint-check: # check testreport xml with xmllint if present
|
|||||||
|
|
||||||
check-am: gtester-xmllint-check
|
check-am: gtester-xmllint-check
|
||||||
|
|
||||||
|
private_LDFLAGS = -pthread
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
|
Reference in New Issue
Block a user