Package: bird
Version: 1.1.3-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
Please update configure.in as shown bellow
and regenerate configure by autoconf.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- bird-1.1.3.orig/configure.in
+++ bird-1.1.3/configure.in
@@ -125,6 +125,10 @@
;;
ipv4:freebsd*) sysdesc=bsd
;;
+ ipv6:kfreebsd*) sysdesc=bsd-v6
+ ;;
+ ipv4:kfreebsd*) sysdesc=bsd
+ ;;
ipv6:openbsd*) sysdesc=bsd-v6
;;
ipv4:openbsd*) sysdesc=bsd
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]