valgrind: rebuild against glibc-2.18.

This commit is contained in:
Juan RP 2013-08-13 11:40:53 +02:00
parent d317268dca
commit f0086e5472
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
# DEFAULT_SUPP set by kernel version check above.
;;
+ 2.17)
+ 2.1[78]*)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.17 family" >&5
+$as_echo "2.17 family" >&6; }
+
@ -30,7 +30,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported version ${GLIBC_VERSION}" >&5
$as_echo "unsupported version ${GLIBC_VERSION}" >&6; }
- as_fn_error "Valgrind requires glibc version 2.2 - 2.16" "$LINENO" 5
+ as_fn_error "Valgrind requires glibc version 2.2 - 2.17" "$LINENO" 5
+ as_fn_error "Valgrind requires glibc version 2.2 - 2.18" "$LINENO" 5
as_fn_error "or Darwin libc" "$LINENO" 5
;;
esac

View file

@ -1,11 +1,11 @@
# Template file for 'valgrind'
pkgname=valgrind
version=3.8.1
revision=3
revision=4
only_for_archs="i686 x86_64"
build_style=gnu-configure
configure_args="--enable-tls --with-mpicc=/dev/null"
makedepends="perl pkg-config"
hostmakedepends="perl pkg-config"
short_desc="Tool for finding memory management bugs in programs"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://valgrind.org/"
@ -15,7 +15,7 @@ checksum=473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db
valgrind-devel_package() {
depends="valgrind>=${version}"
short_desc="${short_desc} -- development files"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
@ -25,7 +25,7 @@ valgrind-devel_package() {
}
valgrind_package() {
depends="perl glibc>=2.17<2.18 glibc-dbg>=2.17<2.18"
depends="perl glibc>=2.18<2.19 glibc-dbg>=2.18<2.19"
pkg_install() {
vmove usr
}