summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2009-01-05 18:35:52 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2009-01-05 18:35:52 +0000
commitf6f97419bd2db651384ecaec0b296840810463a4 (patch)
treeba89f81c736c85ff18425541debffcf6213863f4 /hw
parent2ec0ac08addb938a3d5aa5b9888ce7c79a0daada (diff)
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...
Diffstat (limited to 'hw')
-rw-r--r--hw/xwin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index fd2aa7784..504c2a6cd 100644
--- a/hw/xwin/Makefile.am
+++ b/hw/xwin/Makefile.am
@@ -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