OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 23-Oct-2006 13:47:55 Branch: HEAD Handle: 2006102312475500 Modified files: openpkg-src/zebra zebra.spec Log: provide an IPv6 build-time option Summary: Revision Changes Path 1.63 +10 -2 openpkg-src/zebra/zebra.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/zebra/zebra.spec ============================================================================ $ cvs diff -u -r1.62 -r1.63 zebra.spec --- openpkg-src/zebra/zebra.spec 13 Oct 2006 17:36:17 -0000 1.62 +++ openpkg-src/zebra/zebra.spec 23 Oct 2006 11:47:55 -0000 1.63 @@ -33,7 +33,10 @@ Group: Routing License: GPL Version: 0.95a -Release: 20061013 +Release: 20061023 + +# package options +%option with_ipv6 no # list of sources Source0: ftp://ftp.zebra.org/pub/zebra/zebra-%{version}.tar.gz @@ -94,9 +97,14 @@ --prefix=%{l_prefix} \ --sysconfdir=%{l_prefix}/etc/zebra \ --enable-vtysh \ +%if "%{with_ipv6}" == "yes" + --enable-ipv6 \ + --enable-ospf6d \ +%else + --disable-ipv6 \ --disable-ospf6d \ +%endif --disable-ripngd \ - --disable-ipv6 \ --without-libpam # rebuild vtysh command list @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org