summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-05-22 01:13:07 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-05-22 01:13:07 +0200
commitd0c64519e798132b73ae5769b9246acb77b4c5aa (patch)
tree303aee4795b20ba1f527bd436c453d7c5ef44156 /configure.in
parent8de11deb9107b0bcfc7bf3922ee7edff3dbcd73a (diff)
downloadbird-d0c64519e798132b73ae5769b9246acb77b4c5aa.tar
bird-d0c64519e798132b73ae5769b9246acb77b4c5aa.zip
Ugly hack for finding readline on NetBSD
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6ba79c3..d1b503b 100644
--- a/configure.in
+++ b/configure.in
@@ -112,8 +112,12 @@ else
esac
;;
ipv6:netbsd*) sysdesc=bsd-v6
+ CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
+ LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
;;
ipv4:netbsd*) sysdesc=bsd
+ CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
+ LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
;;
ipv6:freebsd*) sysdesc=bsd-v6
;;