]> granicus.if.org Git - strace/commit
tests: use -lpthread instead of -pthread
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 10:17:33 +0000 (10:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
commit95eaf19644a5c7e047001d02e29b950c61d908b7
tree4c605fd29a36aa2e11e64750969a7d44d02d9cc3
parentce93bbdef166ea6fb242ac89b9d28125234d25d5
tests: use -lpthread instead of -pthread

On some obscure systems, -lpthread is more likely to work than -pthread.

* tests/Makefile.am (filter_unavailable_LDFLAGS): Rename to
filter_unavailable_LDADD and change to -lpthread.
tests/Makefile.am