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

Jon Turney jon.turney at dronecode.org.uk
Wed Mar 23 20:02:07 UTC 2016


On 23/03/2016 18:43, Adam Jackson wrote:
> 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)
>

Reviewed-by: Jon Turney <jon.turney at dronecode.org.uk>



More information about the xorg-devel mailing list