mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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() {
|
build() {
|
||||||
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
|
||||||
if [[ ${CARCH} = "x86_64" ]]; then
|
if [[ ${CARCH} = "x86_64" ]]; then
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
|
./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue