[arch-commits] Commit in incron/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Fri Apr 29 10:04:54 UTC 2022


    Date: Friday, April 29, 2022 @ 10:04:53
  Author: eworm
Revision: 1191778

fix build with current gcc...

... as ISO C++17 does not allow dynamic exception specifications.

Modified:
  incron/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 07:54:12 UTC (rev 1191777)
+++ PKGBUILD	2022-04-29 10:04:53 UTC (rev 1191778)
@@ -30,7 +30,7 @@
 
 build() {
   cd "${srcdir}"/$pkgname
-  make
+  make CXXFLAGS+=" --std=c++14"
 }
 
 package() {



More information about the arch-commits mailing list