wok-current diff mdadm/receipt @ rev 15374
Up apache-mod-perl (2.0.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 17 18:09:17 2013 +0000 (2013-10-17) |
parents | 6e24618e3b76 |
children | 3765f181a6d5 |
line diff
1.1 --- a/mdadm/receipt Wed Aug 14 21:14:37 2013 +0000 1.2 +++ b/mdadm/receipt Thu Oct 17 18:09:17 2013 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mdadm" 1.7 -VERSION="2.6.7" 1.8 +VERSION="3.2.6" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Software RAID tools" 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 -WEB_SITE="http://www.us.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE" 1.14 -WGET_URL="http://www.us.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL" 1.15 +WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE" 1.16 +WGET_URL="ftp://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL" 1.17 1.18 DEPENDS="" 1.19 1.20 @@ -15,7 +15,6 @@ 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - export CFLAGS="-Wno-error=unused-but-set-variable" 1.25 make mdadm 1.26 } 1.27