From 11623be934f8573910484de2a5fb50c95f0a1d44 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 3 Apr 2014 15:46:01 +1100 Subject: automake: don't enable -Wl,--no-undefined on OpenBSD OpenBSD does not have DT_NEEDED entries for libc by design, over concerns how the symbols would be referenced after changing the major version of the library. So avoid -no-undefined checks on OpenBSD as they will fail. v2: don't include the -no-undefined libtool option in the variable and change -Wl,--no-undefined references in Automake.inc as well. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76856 Signed-off-by: Jonathan Gray Reviewed-by: Emil Velikov Reviewed-by: Matt Turner --- src/mapi/vgapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/vgapi/Makefile.am') diff --git a/src/mapi/vgapi/Makefile.am b/src/mapi/vgapi/Makefile.am index f946b9bb6f9..a2b13e5b7b9 100644 --- a/src/mapi/vgapi/Makefile.am +++ b/src/mapi/vgapi/Makefile.am @@ -48,7 +48,7 @@ libOpenVG_la_LDFLAGS = \ -no-undefined \ -version-number 1 \ $(GC_SECTIONS) \ - -Wl,--no-undefined + $(LD_NO_UNDEFINED) vgapi_tmp.h: $(srcdir)/vgapi.csv $(top_srcdir)/src/mapi/mapi_abi.py $(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(top_srcdir)/src/mapi/mapi_abi.py \ -- cgit v1.2.3