redhat: be consistent in adding ./configure options in spec file

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
Ruben Kerkhof 2018-06-05 17:05:56 +02:00
parent c410a86130
commit c9cad8766e

View File

@ -254,14 +254,14 @@ developing OSPF-API and frr applications.
--disable-ospfclient\ --disable-ospfclient\
%endif %endif
%if %{with_ospfapi} %if %{with_ospfapi}
--enable-ospfapi=yes \ --enable-ospfapi \
%else %else
--enable-ospfapi=no \ --enable-ospfapi \
%endif %endif
%if %{with_rtadv} %if %{with_rtadv}
--enable-rtadv=yes \ --enable-rtadv \
%else %else
--enable-rtadv=no \ --enable-rtadv \
%endif %endif
%if %{with_ldpd} %if %{with_ldpd}
--enable-ldpd \ --enable-ldpd \
@ -318,14 +318,14 @@ developing OSPF-API and frr applications.
%else %else
--disable-bgp-vnc \ --disable-bgp-vnc \
%endif %endif
--enable-isisd=yes \ --enable-isisd \
%if "%{initsystem}" == "systemd" %if "%{initsystem}" == "systemd"
--enable-systemd=yes \ --enable-systemd \
%endif %endif
%if %{with_rpki} %if %{with_rpki}
--enable-rpki \ --enable-rpki \
%endif %endif
--enable-poll=yes --enable-poll
make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" SPHINXBUILD=%{sphinx} make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" SPHINXBUILD=%{sphinx}