mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/valgrind fix
This commit is contained in:
parent
b0da951f4a
commit
876684ba27
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
||||
if [[ ${CARCH} = "x86_64" ]]; then
|
||||
./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue