mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 01:45:20 +00:00
redhat: be consistent in adding ./configure options in spec file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
c410a86130
commit
c9cad8766e
@ -254,14 +254,14 @@ developing OSPF-API and frr applications.
|
||||
--disable-ospfclient\
|
||||
%endif
|
||||
%if %{with_ospfapi}
|
||||
--enable-ospfapi=yes \
|
||||
--enable-ospfapi \
|
||||
%else
|
||||
--enable-ospfapi=no \
|
||||
--enable-ospfapi \
|
||||
%endif
|
||||
%if %{with_rtadv}
|
||||
--enable-rtadv=yes \
|
||||
--enable-rtadv \
|
||||
%else
|
||||
--enable-rtadv=no \
|
||||
--enable-rtadv \
|
||||
%endif
|
||||
%if %{with_ldpd}
|
||||
--enable-ldpd \
|
||||
@ -318,14 +318,14 @@ developing OSPF-API and frr applications.
|
||||
%else
|
||||
--disable-bgp-vnc \
|
||||
%endif
|
||||
--enable-isisd=yes \
|
||||
--enable-isisd \
|
||||
%if "%{initsystem}" == "systemd"
|
||||
--enable-systemd=yes \
|
||||
--enable-systemd \
|
||||
%endif
|
||||
%if %{with_rpki}
|
||||
--enable-rpki \
|
||||
%endif
|
||||
--enable-poll=yes
|
||||
--enable-poll
|
||||
|
||||
make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" SPHINXBUILD=%{sphinx}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user