From dce2fed3101bbea51eba0634d17b593a8368ce8c Mon Sep 17 00:00:00 2001 From: Victor Hora Date: Thu, 26 Jul 2018 16:22:22 -0400 Subject: [PATCH] Add exception to linker as OpenBSD doesn't like static --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 38c8eccb..b6dabe59 100644 --- a/configure.ac +++ b/configure.ac @@ -332,7 +332,7 @@ AM_CONDITIONAL([USE_MUTEX_ON_PM], [test $mutexPm = true]) # General link options -if test "$PLATFORM" != "MacOSX"; then +if test "$PLATFORM" != "MacOSX" -a "$PLATFORM" != "OpenBSD"; then GLOBAL_LDADD="-lrt " fi