mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 19:10:14 +01:00
Drop libz from the server's link line, it was only needed for LBX.
This commit is contained in:
parent
91dcac5295
commit
bf17c6dede
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ PKG_CHECK_MODULES([XSERVERCFLAGS], [$REQUIRED_MODULES $REQUIRED_LIBS])
|
|||
PKG_CHECK_MODULES([XSERVERLIBS], [$REQUIRED_LIBS])
|
||||
|
||||
XSERVER_CFLAGS="${XSERVERCFLAGS_CFLAGS}"
|
||||
XSERVER_LIBS="${XSERVERLIBS_LIBS} ${SYS_LIBS} -lm -lz"
|
||||
XSERVER_LIBS="${XSERVERLIBS_LIBS} ${SYS_LIBS} -lm"
|
||||
AC_SUBST([XSERVER_LIBS])
|
||||
AC_SUBST([SYS_LIBS])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue