Skip to content

Commit

Permalink
tracebox: fix build with glibc 2.36
Browse files Browse the repository at this point in the history
Credits go to Duncan Overbruck for suggesting to use -std=c++14.
  • Loading branch information
Krul Ceter authored and sgn committed Nov 25, 2022
1 parent ea2d86e commit 2185d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/tracebox/template
Original file line number Diff line number Diff line change
Expand Up @@ -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}/* .
Expand Down

0 comments on commit 2185d64

Please sign in to comment.