summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-05-28 00:35:24 +0200
committerDavid Lamparter <equinox@diac24.net>2019-06-04 16:21:20 +0200
commit45da32d7a417ea639a092029c37c7fcc3bbc7813 (patch)
treef96076c9681b2ea54131bde54831d164711de194 /redhat
parentb2eea7a00eb2fcc01dbcb0335546ac7d4224d11a (diff)
build: refactor & revamp python autoconf logic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index ebd9ac3f47..27042e197c 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -44,12 +44,6 @@
# defines for configure
%define rundir %{_localstatedir}/run/%{name}
-# define for sphinx-build binary
-%if 0%{?rhel} && 0%{?rhel} < 7
- %define sphinx sphinx-build2.7
-%else
- %define sphinx sphinx-build
-%endif
############################################################################
#### Version String tweak
@@ -360,7 +354,7 @@ developing OSPF-API and frr applications.
%else
--disable-bfdd \
%endif
- SPHINXBUILD=%{sphinx}
+ # end
make %{?_smp_mflags} MAKEINFO="makeinfo --no-split"