]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: be consistent in adding ./configure options in spec file
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 5 Jun 2018 15:05:56 +0000 (17:05 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 19 Jun 2018 07:57:52 +0000 (09:57 +0200)
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
redhat/frr.spec.in

index d47f3044d26e8a05c0a31a2f95faf0fd72e6a852..3565f9747116cc4b145fbcde94cb3d2b22079211 100644 (file)
@@ -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}