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
|
@ -24,7 +24,7 @@ checksum="
|
|||
d3a182a06b86a0bff7f9f5792876f8da9db9dd7936f36ef1b40770c400f43b97"
|
||||
nocross=yes
|
||||
|
||||
CXXFLAGS="-DHAVE_LUA_PUSHGLOBALTABLE=1"
|
||||
CXXFLAGS="-std=c++14 -DHAVE_LUA_PUSHGLOBALTABLE=1"
|
||||
|
||||
pre_configure() {
|
||||
mv tracebox-${version}/* .
|
||||
|
|
Loading…
Reference in New Issue