mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-18 02:30:36 +01:00
Cygwin/X: Add -static back to linker flags
Add -static back to linker flags to avoid screwing things up for people who don't know that they need to avoid dynamically linking with libXfont, as weak symbol handling requires static linking to work correctly on Cygwin...
This commit is contained in:
parent
2ec0ac08ad
commit
f6f97419bd
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ XWin_LDADD = $(XWIN_LIBS) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XWIN_SYS_LIBS)
|
|||
.rc.o:
|
||||
$(WINDRES) --use-temp-file -i $< --input-format=rc -o $@ -O coff -DPROJECT_NAME=\"$(VENDOR_NAME_SHORT)\"
|
||||
|
||||
XWin_LDFLAGS = -mwindows
|
||||
XWin_LDFLAGS = -mwindows -static
|
||||
|
||||
winprefsyacc.h: winprefsyacc.c
|
||||
winprefslex.c: winprefslex.l winprefsyacc.c winprefsyacc.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue