aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 12:29:09 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-26 12:43:19 +0100
commit6cb42d976ef6f466e38227a54be0ff162abd1dab (patch)
tree03113769cdb4ddb9f5c72fd0d030a8d6ef84dddf /testing/frr/APKBUILD
parent0b80eb6f910911f34a0682601bd7c17fefa79003 (diff)
downloadaports-6cb42d976ef6f466e38227a54be0ff162abd1dab.tar.bz2
aports-6cb42d976ef6f466e38227a54be0ff162abd1dab.tar.xz
testing/frr: do not set SPHINXBUILD explicitly
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
Diffstat (limited to 'testing/frr/APKBUILD')
-rw-r--r--testing/frr/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/frr/APKBUILD b/testing/frr/APKBUILD
index 9d46b539c8..9b83b89e5b 100644
--- a/testing/frr/APKBUILD
+++ b/testing/frr/APKBUILD
@@ -74,8 +74,7 @@ build() {
--enable-group=${pkggroups%% *} \
--enable-vty-group=frrvty \
--enable-configfile-mask=0640 \
- --enable-logfile-mask=0640 \
- SPHINXBUILD=sphinx-build-3
+ --enable-logfile-mask=0640
make
}