mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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
|
# General link options
|
||||||
if test "$PLATFORM" != "MacOSX"; then
|
if test "$PLATFORM" != "MacOSX" -a "$PLATFORM" != "OpenBSD"; then
|
||||||
GLOBAL_LDADD="-lrt "
|
GLOBAL_LDADD="-lrt "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user