mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
openbsd: remove -pthread
This is not needed any longer; libpthread is properly included in shared libs on OpenBSD where -pthread -lpthread mean the same.
This commit is contained in:
parent
94e5dafbc9
commit
74ec947079
@ -2276,9 +2276,6 @@ case $host in
|
|||||||
*-*-freebsd*|*-*-linux*)
|
*-*-freebsd*|*-*-linux*)
|
||||||
G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
|
G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
|
||||||
;;
|
;;
|
||||||
*-*-openbsd*)
|
|
||||||
LDFLAGS="$LDFLAGS -pthread"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"
|
G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user