From f006c76eb7f7129c64abb3e1fd25524798f30187 Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Wed, 16 Jun 2021 01:36:07 +0100 Subject: [PATCH] setting modules in phpqa valgrind --- travis/phpqa/scripts/valgrind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/phpqa/scripts/valgrind.sh b/travis/phpqa/scripts/valgrind.sh index b5d385ef..7846ea6f 100755 --- a/travis/phpqa/scripts/valgrind.sh +++ b/travis/phpqa/scripts/valgrind.sh @@ -19,6 +19,7 @@ rm configure && ./buildconf --force --with-module-recovery \ --with-module-schnorrsig \ --with-libdir="lib/$debMultiarch" \ + --with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig --with-module-extrakeys $PHP_EXTRA_CONFIGURE_ARGS \ && make -j "$(nproc)" \ && make install \