wok-current rev 25612
Use std=gnu++98 to build sanity qt4
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Sep 03 06:53:43 2023 +0000 (14 months ago) |
parents | eb2c6b438b3f |
children | 346139f1a8e6 |
files | qt4/receipt |
line diff
1.1 --- a/qt4/receipt Sat Sep 02 23:39:56 2023 +0000 1.2 +++ b/qt4/receipt Sun Sep 03 06:53:43 2023 +0000 1.3 @@ -40,6 +40,8 @@ 1.4 { 1.5 # Patch for build with gcc 6 1.6 patch -p1 < $stuff/gcc6_build_fix.patch 1.7 + # Force std=gnu++98 to sanity built qt4 1.8 + export CXXFLAGS="$CXXFLAGS -std=gnu++98" 1.9 1.10 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${src}/lib" 1.11 ./configure\