[packages/grcompiler] bump c++ standard to c++11 (icu 73 requires char16_t)

atler atler at pld-linux.org
Tue Jul 4 19:49:02 CEST 2023


commit 7652f4a9b957ac4b1f8d9ca8c81b374a871a527a
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jul 4 19:26:19 2023 +0200

    bump c++ standard to c++11 (icu 73 requires char16_t)

 grcompiler.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grcompiler.spec b/grcompiler.spec
index 892df2d..e3f4fad 100644
--- a/grcompiler.spec
+++ b/grcompiler.spec
@@ -41,7 +41,7 @@ cd test/GrcRegressionTest
 %{__autoconf}
 %{__automake}
 cd ../..
-export CXXFLAGS="%{rpmcxxflags} -std=c++98"
+export CXXFLAGS="%{rpmcxxflags} -std=c++11"
 %configure \
 	DOCBOOK2MAN=/usr/bin/docbook2X2man
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grcompiler.git/commitdiff/7652f4a9b957ac4b1f8d9ca8c81b374a871a527a



More information about the pld-cvs-commit mailing list