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
fa800ba885
commit
6d2358abd6
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ prepare() {
|
|||
build() {
|
||||
# valgrind does not like some of our flags
|
||||
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
|
||||
CFLAGS=${CFLAGS/-fno-plt/}
|
||||
CXXFLAGS=${CXXFLAGS/-fno-plt/}
|
||||
CFLAGS=${CFLAGS/-fstack-protector-strong -fno-plt/}
|
||||
CXXFLAGS=${CXXFLAGS/-fstack-protector-strong -fno-plt/}
|
||||
|
||||
cd valgrind-${pkgver}
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue