From 5503c227d98c6030455cc94197d462a066294f37 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 13 Mar 2014 02:32:29 +0000 Subject: automake: consistently use -no-undefined Set the flag for all but the dri targets. They have missing glapi symbols which are required for the normal operation with the X server. Jon, I fear that you'll need to carry the "no-undefined" hunk locally when building the dri drivers under cygwin. Cc: Jon TURNEY Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/egl/wayland/wayland-egl/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/egl/wayland') diff --git a/src/egl/wayland/wayland-egl/Makefile.am b/src/egl/wayland/wayland-egl/Makefile.am index c8d0196..b8d1634 100644 --- a/src/egl/wayland/wayland-egl/Makefile.am +++ b/src/egl/wayland/wayland-egl/Makefile.am @@ -8,7 +8,9 @@ AM_CFLAGS = $(DEFINES) \ lib_LTLIBRARIES = libwayland-egl.la noinst_HEADERS = wayland-egl-priv.h libwayland_egl_la_SOURCES = wayland-egl.c -libwayland_egl_la_LDFLAGS = -version-info 1 +libwayland_egl_la_LDFLAGS = \ + -no-undefined \ + -version-info 1 TESTS = wayland-egl-symbols-check -- cgit v1.1