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
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')
|
sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
CFLAGS=${CFLAGS/-fstack-protector/} # remove stack protector flag
|
||||||
|
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
|
./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue