mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +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*)
|
||||
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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user