summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Troxel <gdt@ir.bbn.com>2011-06-28 21:05:05 +0200
committerGreg Troxel <gdt@ir.bbn.com>2011-06-28 21:05:05 +0200
commitfe0a1a45c31f4ce8c15041cd213de4b6ac9f76a1 (patch)
treef9780d7dd0d0529fe0dd3d6b814e2b1349f0f741
parentospf6d: copy "mtu-ignore" option from ospfd (diff)
downloadfrr-fe0a1a45c31f4ce8c15041cd213de4b6ac9f76a1.tar.xz
frr-fe0a1a45c31f4ce8c15041cd213de4b6ac9f76a1.zip
Omit --opaque-lsa from build (now default).
-rwxr-xr-xREADME.NetBSD4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.NetBSD b/README.NetBSD
index 9aac4c35f..6bbc680b9 100755
--- a/README.NetBSD
+++ b/README.NetBSD
@@ -20,13 +20,15 @@ PREFIX=/usr/pkg
case $1 in
build)
+ # Omitted because it is now default:
+ # --enable-opaque-lsa
./bootstrap.sh
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" \
./configure --prefix=${PREFIX} \
--sysconfdir=/etc/zebra --localstatedir=/var/run/zebra \
--enable-exampledir=${PREFIX}/share/examples/zebra \
--enable-pkgsrcrcdir=${PREFIX}/etc/rc.d \
- --enable-opaque-lsa --enable-vtysh
+ --enable-vtysh
${MAKE}
;;