From ad00bd1102aa8959a99400089806bf39031b5d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 18 Jul 2018 10:19:12 +0200 Subject: [PATCH] libGL: work around std::string CXX11 issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libGL/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index b659eefb0cf..787873dbebe 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -64,6 +64,8 @@ armv[5-6]*) ;; esac +CXXFLAGS+=" -D_GLIBCXX_USE_CXX11_ABI=0" + # -devel must be the last one for proper order. subpackages+=" MesaLib-devel"