mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tracebox: fix build with glibc 2.36
Credits go to Duncan Overbruck for suggesting to use -std=c++14.
This commit is contained in:
parent
ea2d86ea7c
commit
2185d647db
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ checksum="
|
||||||
d3a182a06b86a0bff7f9f5792876f8da9db9dd7936f36ef1b40770c400f43b97"
|
d3a182a06b86a0bff7f9f5792876f8da9db9dd7936f36ef1b40770c400f43b97"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
CXXFLAGS="-DHAVE_LUA_PUSHGLOBALTABLE=1"
|
CXXFLAGS="-std=c++14 -DHAVE_LUA_PUSHGLOBALTABLE=1"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
mv tracebox-${version}/* .
|
mv tracebox-${version}/* .
|
||||||
|
|
Loading…
Add table
Reference in a new issue