From 4e387996f0a4107b942ad2b351565d13c4c47868 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 20 Mar 2021 18:06:08 -0700 Subject: libre2: update to 2021-02-02 Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Remove libcxx hacks as it's gone now. Signed-off-by: Rosen Penev --- libs/libre2/patches/010-cxx17.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libs/libre2/patches/010-cxx17.patch (limited to 'libs/libre2/patches/010-cxx17.patch') diff --git a/libs/libre2/patches/010-cxx17.patch b/libs/libre2/patches/010-cxx17.patch deleted file mode 100644 index ddc3acbca..000000000 --- a/libs/libre2/patches/010-cxx17.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -38,9 +38,9 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") - add_compile_options(/utf-8) - elseif(CYGWIN OR MINGW) - # See https://stackoverflow.com/questions/38139631 for details. -- add_compile_options(-std=gnu++11) -+ add_compile_options(-std=gnu++17) - elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") -- add_compile_options(-std=c++11) -+ add_compile_options(-std=c++17) - endif() - - if(WIN32) ---- a/re2.pc -+++ b/re2.pc -@@ -4,5 +4,5 @@ libdir=@libdir@ - Name: re2 - Description: RE2 is a fast, safe, thread-friendly regular expression engine. - Version: 0.0.0 --Cflags: -std=c++11 -pthread -I${includedir} -+Cflags: -std=c++17 -pthread -I${includedir} - Libs: -pthread -L${libdir} -lre2 -- cgit v1.2.3