mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-03 03:28:21 +02: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>
This commit is contained in:
parent
ed4c6bc79a
commit
a2f27b9790
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