summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2022-11-29 03:50:33 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2022-11-29 18:29:30 +0100
commit140c534fb81d0e165b7d674e869c646455ed19d1 (patch)
treea9d86657f29388765d59a9b329b09a0b0b4c90e5
parentbbac9ca958c73fd08b4691ea40067d1cc3ac275a (diff)
Fix build variables for OpenBSD
-rw-r--r--configure.ac2
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