From 38549dfff0fc4c642646f6a108ea9e4c83458a43 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 1 Apr 2020 05:13:17 +0300 Subject: [PATCH] correct CPP=clang-cpp is now set in %%clang_gcc_wrapper --- libreoffice.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 27a07c6..24bf5a1 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -2975,7 +2975,6 @@ export CXXFLAGS="$CXXFLAGS -Xlinker -lc++ -Xlinker -lc++abi" # https://github.com/TRIQS/triqs/issues/523#issuecomment-351960463 export CXXFLAGS="$CXXFLAGS -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR" %clang_gcc_wrapper -export CPP="" %else %global optflags %{optflags} -Wstrict-aliasing=0 export ARCH_FLAGS="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"