Skip to content

Commit e228539

Browse files
committed
fix phpqa, needs extrakeys module
1 parent ec4b83f commit e228539

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

travis/phpqa/scripts/coverage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rm configure && ./buildconf --force
1919
--with-module-ecdh \
2020
--with-module-recovery \
2121
--with-module-schnorrsig \
22+
--with-module-extrakeys \
2223
--with-libdir="lib/$debMultiarch" \
2324
$PHP_EXTRA_CONFIGURE_ARGS \
2425
&& make -j "$(nproc)" \

travis/phpqa/scripts/valgrind.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rm configure && ./buildconf --force
1818
--with-module-ecdh \
1919
--with-module-recovery \
2020
--with-module-schnorrsig \
21+
--with-module-extrakeys \
2122
--with-libdir="lib/$debMultiarch" \
2223
$PHP_EXTRA_CONFIGURE_ARGS \
2324
&& make -j "$(nproc)" \

0 commit comments

Comments
 (0)