diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:29:09 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:43:19 +0100 |
commit | 6cb42d976ef6f466e38227a54be0ff162abd1dab (patch) | |
tree | 03113769cdb4ddb9f5c72fd0d030a8d6ef84dddf /testing | |
parent | 0b80eb6f910911f34a0682601bd7c17fefa79003 (diff) | |
download | aports-6cb42d976ef6f466e38227a54be0ff162abd1dab.zip |
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')
-rw-r--r-- | testing/frr/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/frr/APKBUILD b/testing/frr/APKBUILD index 9d46b539c87..9b83b89e5b2 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 } |