mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Fix build variables for OpenBSD
This commit is contained in:
parent
bbac9ca958
commit
140c534fb8
@ -238,6 +238,8 @@ else
|
||||
;;
|
||||
openbsd*)
|
||||
sysdesc=bsd
|
||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||
;;
|
||||
dragonfly*)
|
||||
sysdesc=bsd
|
||||
|
Loading…
Reference in New Issue
Block a user