wok-next diff palemoon/receipt @ rev 19965

Up frogatto, glew, gtkspell3, libsdl-gfx, libsdl-image, libsdl-mixer, libsdl-net, libsdl-pango, libsdl-ttf, osmo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 17 13:43:41 2017 +0300 (2017-10-17)
parents 795baf180500
children ace91d9d5849
line diff
     1.1 --- a/palemoon/receipt	Sat Jul 29 14:46:34 2017 +0300
     1.2 +++ b/palemoon/receipt	Tue Oct 17 13:43:41 2017 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="palemoon"
     1.7 -VERSION="26.5.0"
     1.8 +VERSION="27.5.0"
     1.9  CATEGORY="network"
    1.10  LICENSE="MPL2"
    1.11  SHORT_DESC="Browser based on Firefox that's optimised for performance"
    1.12 @@ -28,7 +28,7 @@
    1.13  	find . -name '*.sh' -exec chmod +x {} \;
    1.14  	export MOZBUILD_STATE_PATH="$src/mozbuild"
    1.15  	export MOZCONFIG="$src/mozconfig"
    1.16 -	export CPPFLAGS="$CPPFLAGS -O2"
    1.17 +	export CPPFLAGS="$CPPFLAGS -O0"  # s/2/0/
    1.18  	export MAKEFLAGS="$MAKEFLAGS"
    1.19  	python2 mach configure
    1.20  	python2 mach build || echo "Next =>"