[arch-commits] Commit in nlohmann-json/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Jun 1 15:36:10 UTC 2021
Date: Tuesday, June 1, 2021 @ 15:36:10
Author: dvzrv
Revision: 952995
upgpkg: nlohmann-json 3.9.1-3: Rebuild to fix broken pkgconfig integration (https://bugs.archlinux.org/task/71086)
Modified:
nlohmann-json/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-01 14:35:25 UTC (rev 952994)
+++ PKGBUILD 2021-06-01 15:36:10 UTC (rev 952995)
@@ -4,7 +4,7 @@
# upstream doesn't use annotated tags
_commit=db78ac1d7716f56fc9f1b030b715f872f93964e4 # v3.9.1
pkgver=3.9.1
-pkgrel=2
+pkgrel=3
# tests are tracked in a separate repo
_test_pkgver=3.0.0
pkgdesc="JSON for Modern C++"
@@ -29,6 +29,7 @@
cd "$pkgname"
cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+ -DCMAKE_INSTALL_INCLUDEDIR='/usr/include' \
-DCMAKE_BUILD_TYPE='None' \
-DBUILD_TESTING=ON \
-DJSON_BuildTests=ON \
More information about the arch-commits
mailing list