valgrind: works on armv7.
This commit is contained in:
parent
a12239336a
commit
9b247d6312
|
@ -2,7 +2,7 @@
|
|||
pkgname=valgrind
|
||||
version=3.9.0
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 x86_64 armv7l"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||
hostmakedepends="perl pkg-config"
|
||||
|
@ -15,6 +15,10 @@ license="GPL-2"
|
|||
distfiles="http://www.valgrind.org/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
|
||||
configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"
|
||||
fi
|
||||
|
||||
valgrind-devel_package() {
|
||||
depends="valgrind>=${version}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue