extra/valgrind fix

This commit is contained in:
Kevin Mihelich 2014-01-18 18:37:27 +00:00
parent b0da951f4a
commit 876684ba27

View file

@ -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