diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2022-11-29 03:50:33 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-11-29 18:29:30 +0100 |
commit | 140c534fb81d0e165b7d674e869c646455ed19d1 (patch) | |
tree | a9d86657f29388765d59a9b329b09a0b0b4c90e5 /configure.ac | |
parent | bbac9ca958c73fd08b4691ea40067d1cc3ac275a (diff) |
Fix build variables for OpenBSD
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 64181d29..a326d8ad 100644 --- a/configure.ac +++ b/configure.ac @@ -238,6 +238,8 @@ else ;; openbsd*) sysdesc=bsd + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" ;; dragonfly*) sysdesc=bsd |