From 45ab4ae09bade6f63bc71d4df0aa250c72afe1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Tue, 9 Sep 2014 14:48:17 +0000 Subject: build: Set no_undefined in Makefile.decl This simplifies the code and - more importantly - fixes the cases like in testsuite/reftests where the no_undefined definition was missing. https://bugzilla.gnome.org/show_bug.cgi?id=736382 --- Makefile.decl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.decl') diff --git a/Makefile.decl b/Makefile.decl index 901b64b172..4bc7784b60 100644 --- a/Makefile.decl +++ b/Makefile.decl @@ -26,6 +26,10 @@ SKIP_GDKTARGET = \ echo "Gtk+Tests:INFO: Skipping GUI tests for non-X11 target." endif +if PLATFORM_WIN32 +no_undefined = -no-undefined +endif + XVFB_START = \ ${XVFB} -help 2>/dev/null 1>&2 \ && XID=`for id in $(XIDS) ; do test -e /tmp/.X$$id-lock || { echo $$id; exit 0; }; done; exit 1` \ -- cgit v1.2.1