mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
valgrind: rebuild against glibc-2.18.
This commit is contained in:
parent
d317268dca
commit
f0086e5472
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# DEFAULT_SUPP set by kernel version check above.
|
# 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 "$as_me:${as_lineno-$LINENO}: result: 2.17 family" >&5
|
||||||
+$as_echo "2.17 family" >&6; }
|
+$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 "$as_me:${as_lineno-$LINENO}: result: unsupported version ${GLIBC_VERSION}" >&5
|
||||||
$as_echo "unsupported version ${GLIBC_VERSION}" >&6; }
|
$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.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
|
as_fn_error "or Darwin libc" "$LINENO" 5
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'valgrind'
|
# Template file for 'valgrind'
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.8.1
|
version=3.8.1
|
||||||
revision=3
|
revision=4
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
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"
|
short_desc="Tool for finding memory management bugs in programs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://valgrind.org/"
|
homepage="http://valgrind.org/"
|
||||||
|
@ -15,7 +15,7 @@ checksum=473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db
|
||||||
|
|
||||||
valgrind-devel_package() {
|
valgrind-devel_package() {
|
||||||
depends="valgrind>=${version}"
|
depends="valgrind>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -25,7 +25,7 @@ valgrind-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
valgrind_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() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue