diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-10-10 11:07:48 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-10 11:14:37 -0300 |
| commit | dde90f1e7c19ea38a3a0c0db10d843883c27eb2a (patch) | |
| tree | 322647c58a68b6205e99fb30ae58a1d319bbea58 /doc/developer/building-frr-for-openbsd6.rst | |
| parent | 345c140ec27a07d410fa13ef431aac57ae5bbbf7 (diff) | |
doc: simplify build instructions
Remove all --enable-xxx configuration flags for features that are enabled
by default.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/developer/building-frr-for-openbsd6.rst')
| -rw-r--r-- | doc/developer/building-frr-for-openbsd6.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/developer/building-frr-for-openbsd6.rst b/doc/developer/building-frr-for-openbsd6.rst index 46db25a025..c68c18eb7c 100644 --- a/doc/developer/building-frr-for-openbsd6.rst +++ b/doc/developer/building-frr-for-openbsd6.rst @@ -57,16 +57,12 @@ an example) ./configure \ --sysconfdir=/etc/frr \ --localstatedir=/var/frr \ - --enable-pimd \ - --enable-ospfclient=yes \ - --enable-ospfapi=yes \ --enable-multipath=64 \ --enable-user=_frr \ --enable-group=_frr \ --enable-vty-group=_frrvty \ --enable-configfile-mask=0640 \ --enable-logfile-mask=0640 \ - --enable-rtadv \ --enable-fpm \ --with-pkg-git-version \ --with-pkg-extra-version=-MyOwnFRRVersion |
