diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-03-23 18:45:32 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-03-23 18:45:32 +0000 |
commit | 1cb714f99e8cedf1ee313000d242c0bb610c92e6 (patch) | |
tree | 0b7cdbecab67c351c9d9fa0def338828454ef129 /hw | |
parent | 65675f4838a5d38344fab84c49a5dc0c94b691ba (diff) |
Restore building Xvfb with --export-dynamic
This is necessary for dynamic linkage with libXfont1 on to work correctly on Cygwin.
This partially reverts commit 36fac0dd1a9a9cf41b631cf7e1ea015bcf920db7.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index c9ac35e9d..f0f9fee47 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -21,6 +21,7 @@ XVFB_LIBS = \ Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS) Xvfb_DEPENDENCIES = $(XVFB_LIBS) +Xvfb_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) relink: $(AM_V_at)rm -f Xvfb$(EXEEXT) && $(MAKE) Xvfb$(EXEEXT) |