0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

Fix build variables for OpenBSD

This commit is contained in:
Ondrej Zajicek 2022-11-29 03:50:33 +01:00
parent bbac9ca958
commit 140c534fb8

View File

@ -238,6 +238,8 @@ else
;; ;;
openbsd*) openbsd*)
sysdesc=bsd sysdesc=bsd
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;; ;;
dragonfly*) dragonfly*)
sysdesc=bsd sysdesc=bsd