mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-05 23:24:15 +00:00
Add -lpthread to GLX_SYS_LIBS (fix build with CFLAGS=-O0)
This commit is contained in:
1
xserver/configure
vendored
1
xserver/configure
vendored
@@ -27905,6 +27905,7 @@ if test "x$DRI2" = xyes; then
|
||||
case $host_os in
|
||||
openbsd*)
|
||||
XORG_SYS_LIBS="-lpthread"
|
||||
GLX_SYS_LIBS="${GLX_SYS_LIBS} -lpthread"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
@@ -1312,6 +1312,7 @@ if test "x$DRI2" = xyes; then
|
||||
case $host_os in
|
||||
openbsd*)
|
||||
XORG_SYS_LIBS="-lpthread"
|
||||
GLX_SYS_LIBS="${GLX_SYS_LIBS} -lpthread"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user