extra/valgrind: more fixes

This commit is contained in:
Kevin Mihelich 2014-01-18 18:58:52 +00:00
parent 876684ba27
commit 7fa319bfa5
2 changed files with 7 additions and 12 deletions

View file

@ -18,19 +18,13 @@ options=('!emptydirs')
source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
alarm.patch)
md5sums=('0947de8112f946b9ce64764af7be6df2'
'aba5261d8ef25ab9bbad44631172da02')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
[ "${CARCH}" = "arm" -o "${CARCH}" = "armv6h" ] && patch -Np1 -i ${srcdir}/alarm.patch
./autogen.sh
}
'65adc9cf0035ff8598f9997754527d64')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
[ "${CARCH}" = "arm" -o "${CARCH}" = "armv6h" ] && patch -Np1 -i ${srcdir}/alarm.patch
if [[ ${CARCH} = "x86_64" ]]; then
./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
else

View file

@ -1,6 +1,7 @@
--- valgrind.orig/configure
+++ valgrind/configure
@@ -5279,7 +5279,7 @@
diff -urN a/configure b/configure
--- a/configure 2013-10-31 17:33:32.000000000 -0600
+++ b/configure 2014-01-18 11:51:49.049464493 -0700
@@ -5390,7 +5390,7 @@
ARCH_MAX="s390x"
;;