From 66b1f076dc4b06a26303b6a66bb54e45a0ec8324 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 17 Feb 2009 01:59:58 +0000 Subject: Add OpenBSD to the exceptions list for using the -Wl,-z,defs linker flag due to use of the -pthread flag. --- m4/attributes.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/attributes.m4 b/m4/attributes.m4 index ed52ba6d7..4863b6bfe 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -109,7 +109,7 @@ AC_DEFUN([CC_NOUNDEFINED], [ dnl FreeBSD (et al.) does not complete linking for shared objects when pthreads dnl are requested, as different implementations are present; to avoid problems dnl use -Wl,-z,defs only for those platform not behaving this way. - *-freebsd*) ;; + *-freebsd* | *-openbsd*) ;; *) dnl First of all check for the --no-undefined variant of GNU ld. This allows dnl for a much more readable commandline, so that people can understand what -- cgit v1.2.3