mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01: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:
parent
6bcb1c0ed6
commit
6b3ec82732
@ -120,6 +120,8 @@ gtester-xmllint-check: # check testreport xml with xmllint if present
|
||||
|
||||
check-am: gtester-xmllint-check
|
||||
|
||||
private_LDFLAGS = -pthread
|
||||
|
||||
endif
|
||||
|
||||
CLEANFILES = \
|
||||
|
Loading…
Reference in New Issue
Block a user