mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/valgrind fix
This commit is contained in:
parent
94fa1f1c66
commit
111c8d7b79
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
|
|||
sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
|
||||
|
||||
build() {
|
||||
CFLAGS=${CFLAGS/-fstack-protector/} # remove stack protector flag
|
||||
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue