mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Add exception to linker as OpenBSD doesn't like static
This commit is contained in:
parent
0c0b09ec52
commit
dce2fed310
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user