wok rev 24748
cairo-gl: disabled trace
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 15:28:37 2022 +0000 (2022-03-16) |
parents | 252903ff3899 |
children | 2f031a8d4c0b |
files | cairo-gl/receipt trickle/receipt |
line diff
1.1 --- a/cairo-gl/receipt Wed Mar 16 15:54:50 2022 +0100 1.2 +++ b/cairo-gl/receipt Wed Mar 16 15:28:37 2022 +0000 1.3 @@ -33,6 +33,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # 1.16.0 workaround for 1.8 + # errors in lookup-symbol.c 1.9 + # enable-trace=no 1.10 + # until a better solution is found 1.11 + 1.12 sed -i '/index.sgml/d' \ 1.13 doc/public/Makefile* 1.14 1.15 @@ -40,6 +45,7 @@ 1.16 --prefix=/usr \ 1.17 --enable-xcb \ 1.18 --enable-tee \ 1.19 + --enable-trace=no \ 1.20 --enable-gl \ 1.21 --disable-static \ 1.22 $CONFIGURE_ARGS &&
2.1 --- a/trickle/receipt Wed Mar 16 15:54:50 2022 +0100 2.2 +++ b/trickle/receipt Wed Mar 16 15:28:37 2022 +0000 2.3 @@ -2,7 +2,7 @@ 2.4 2.5 PACKAGE="trickle" 2.6 HASH=17ed72d9f10b1be38cea333e7ed7875a3cc9fb7b 2.7 -VERSION="1.07_${HASH:0:7}" 2.8 +VERSION="1.07" 2.9 CATEGORY="network" 2.10 SHORT_DESC="A portable lightweight userspace bandwidth shaper" 2.11 MAINTAINER="pascal.bellard@slitaz.org"