[PATCH xserver] vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS

Adam Jackson ajax at redhat.com
Wed Mar 23 18:43:06 UTC 2016


Accidentally removed, breaks Xvfb on cygwin.

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/vfb/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index c9ac35e..f0f9fee 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)
-- 
2.5.0



More information about the xorg-devel mailing list