wok-current diff rsstail/receipt @ rev 25586
Fix linux build with gcc > 6 again
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 12:23:26 2023 +0000 (17 months ago) |
parents | a6b997a82f39 |
children |
line diff
1.1 --- a/rsstail/receipt Sat Apr 09 09:39:20 2022 +0000 1.2 +++ b/rsstail/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://github.com/oldlaptop/rsstail" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tgz" 1.7 -WGET_URL="${WEB_SITE}${TARBALL}" 1.8 +WGET_URL="http://ftp.free.fr/mirrors/ftp.gentoo.org/distfiles/ea/$TARBALL" 1.9 1.10 DEPENDS="curl libmrss libnxml" 1.11 BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev"