File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ARG BUILD_PHP_SHA256="0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874
66ARG BUILD_CHECK_SIGNATURE=true
77ARG BUILD_CUSTOM_URL=''
88ARG BUILD_REPO_URL=''
9- ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick /secp256k1.git"
10- ARG BUILD_SECP256K1_COMMIT="a228e2f54d64692230ccb2937b12dd746c5157ed "
9+ ARG BUILD_SECP256K1_REPO="https://github.com/bitcoin-core /secp256k1.git"
10+ ARG BUILD_SECP256K1_COMMIT="efad3506a8937162e8010f5839fdf3771dfcf516 "
1111
1212ENV PHPIZE_DEPS \
1313 autoconf \
@@ -27,7 +27,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
2727ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2"
2828ENV PHP_CPPFLAGS="$PHP_CFLAGS"
2929ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
30- ENV SECP256K1_CONFIGURE_FLAGS="--enable-benchmark=no --enable-tests=no --enable-experimental --enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
30+ ENV SECP256K1_CONFIGURE_FLAGS="--enable-benchmark=no --enable-tests=no --enable-experimental --enable-module-ecdh --enable-module-recovery --enable-module-extrakeys --enable-module- schnorrsig"
3131ENV GPG_KEYS="$BUILD_GPG_KEYS"
3232ENV PHP_VERSION="$BUILD_PHP_VERSION"
3333ENV PHP_URL="https://secure.php.net/get/php-$PHP_VERSION.tar.xz/from/this/mirror"
You can’t perform that action at this time.
0 commit comments