diff options
author | David Lamparter <equinox@diac24.net> | 2019-05-28 00:35:24 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-06-04 16:21:20 +0200 |
commit | 45da32d7a417ea639a092029c37c7fcc3bbc7813 (patch) | |
tree | f96076c9681b2ea54131bde54831d164711de194 /redhat | |
parent | Merge pull request #4345 from NaveenThanikachalam/route_map_dep (diff) | |
download | frr-45da32d7a417ea639a092029c37c7fcc3bbc7813.tar.xz frr-45da32d7a417ea639a092029c37c7fcc3bbc7813.zip |
build: refactor & revamp python autoconf logic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index ebd9ac3f4..27042e197 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" |