[arch-commits] Commit in cmake/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Mar 28 17:13:11 UTC 2020
Date: Saturday, March 28, 2020 @ 17:13:09
Author: anthraxx
Revision: 378612
upgpkg: cmake 3.17.0-2: jsoncpp 1.9.2 rebuild
Modified:
cmake/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-28 16:55:34 UTC (rev 378611)
+++ PKGBUILD 2020-03-28 17:13:09 UTC (rev 378612)
@@ -4,7 +4,7 @@
pkgname=cmake
pkgver=3.17.0
-pkgrel=1
+pkgrel=2
pkgdesc='A cross-platform open-source make system'
arch=('x86_64')
url="https://www.cmake.org/"
@@ -17,7 +17,7 @@
build() {
cd ${pkgname}-${pkgver}
-
+ export CXXFLAGS+=" ${CPPFLAGS}"
./bootstrap --prefix=/usr \
--mandir=/share/man \
--docdir=/share/doc/cmake \
More information about the arch-commits
mailing list