mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-22 06:50:30 +01:00
Remove duplicates from Xfake_LDADD
KDRIVE_LIBS already contains the libs in XSERVER_LIBS, so linking against
both leads to multiple-definition errors when linking on Cygwin.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit a2f27b9790)
This commit is contained in:
parent
4b419c1651
commit
64faf44f36
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ Xfake_SOURCES = \
|
|||
|
||||
Xfake_LDADD = \
|
||||
libfake.la \
|
||||
@KDRIVE_LIBS@ \
|
||||
@XSERVER_LIBS@
|
||||
@KDRIVE_LIBS@
|
||||
|
||||
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -Wl,-undefined=InitExtensions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue