0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +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*)
sysdesc=bsd
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;;
dragonfly*)
sysdesc=bsd