mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libGL: work around std::string CXX11 issues
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
17bf06a94c
commit
ad00bd1102
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ armv[5-6]*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CXXFLAGS+=" -D_GLIBCXX_USE_CXX11_ABI=0"
|
||||||
|
|
||||||
# -devel must be the last one for proper order.
|
# -devel must be the last one for proper order.
|
||||||
subpackages+=" MesaLib-devel"
|
subpackages+=" MesaLib-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue