diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:29:59 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:43:19 +0100 |
commit | 17b3f76d70d42cb5b125e65bcb9736a8636500dc (patch) | |
tree | af5e6d4bc1590ef04305319e956e5882759905bd | |
parent | 6cb42d976ef6f466e38227a54be0ff162abd1dab (diff) | |
download | aports-17b3f76d70d42cb5b125e65bcb9736a8636500dc.zip |
community/mongo-c-driver: don't set SPHINX_EXECUTABLE 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.
-rw-r--r-- | community/mongo-c-driver/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/mongo-c-driver/APKBUILD b/community/mongo-c-driver/APKBUILD index cd5f907adbb..2d22d694c30 100644 --- a/community/mongo-c-driver/APKBUILD +++ b/community/mongo-c-driver/APKBUILD @@ -31,7 +31,6 @@ build() { -DENABLE_MAN_PAGES:BOOL=ON \ -DENABLE_TESTS:BOOL=ON \ -DENABLE_EXAMPLES:BOOL=OFF \ - -DSPHINX_EXECUTABLE:STRING=/usr/bin/sphinx-build-3 \ -DCMAKE_SKIP_RPATH=ON \ "$builddir" make |