Skip to content

Commit dce2fed

Browse files
victorhoraFelipe Zimmerle
authored andcommitted
Add exception to linker as OpenBSD doesn't like static
1 parent 0c0b09e commit dce2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ AM_CONDITIONAL([USE_MUTEX_ON_PM], [test $mutexPm = true])
332332

333333

334334
# General link options
335-
if test "$PLATFORM" != "MacOSX"; then
335+
if test "$PLATFORM" != "MacOSX" -a "$PLATFORM" != "OpenBSD"; then
336336
GLOBAL_LDADD="-lrt "
337337
fi
338338

0 commit comments

Comments
 (0)