mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/valgrind: armv6h bits
This commit is contained in:
parent
1fccf059ff
commit
cdbb3de5eb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ build() {
|
|||
|
||||
patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.16.patch
|
||||
patch -Np1 -i ${srcdir}/valgrind-3.7.0-supp.patch
|
||||
[ "${CARCH}" = "arm" ] && patch -Np1 -i ${srcdir}/alarm.patch
|
||||
[ "${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
|
||||
|
|
Loading…
Reference in a new issue