diff options
author | Brad Smith <brad@comstyle.com> | 2009-02-17 01:59:58 +0000 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2009-02-17 01:59:58 +0000 |
commit | 66b1f076dc4b06a26303b6a66bb54e45a0ec8324 (patch) | |
tree | 530081f12ca943c718135ef19a3a6b09a620a0c1 | |
parent | 95f649cffc96afac9ba33372e6376443987b1a91 (diff) | |
download | xine-lib-66b1f076dc4b06a26303b6a66bb54e45a0ec8324.tar.gz xine-lib-66b1f076dc4b06a26303b6a66bb54e45a0ec8324.tar.bz2 |
Add OpenBSD to the exceptions list for using the -Wl,-z,defs linker flag
due to use of the -pthread flag.
-rw-r--r-- | m4/attributes.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |