diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-05 17:05:56 +0200 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-19 09:57:52 +0200 |
| commit | c9cad8766ec132b4923adffb58e0e3185bba88fc (patch) | |
| tree | 0885beadf6d0410af1ab09050ba3315151afe101 | |
| parent | c410a86130a20d1c423268768b29a6359a4fa0b3 (diff) | |
redhat: be consistent in adding ./configure options in spec file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
| -rw-r--r-- | redhat/frr.spec.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index d47f3044d2..3565f97471 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -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} |
