blob: 66fbe2fc3bef73f7792c4dfb94b446391589175f (
plain)
1
2
3
4
5
|
# valgrind no longer supports i486 (configuire tests for the binary,
# no explicit configure option available)
if [ "$CARCH" = 'i486' ]; then
makedepends=(${makedepends[@]//valgrind/})
fi
|