From: Ondrej Zajicek Date: Tue, 29 Nov 2022 02:50:33 +0000 (+0100) Subject: Fix build variables for OpenBSD X-Git-Tag: v2.0.11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140c534fb81d0e165b7d674e869c646455ed19d1;p=thirdparty%2Fbird.git Fix build variables for OpenBSD --- diff --git a/configure.ac b/configure.ac index 64181d297..a326d8adf 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