We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bfe69 commit d419bffCopy full SHA for d419bff
1 file changed
build-ffmpeg
@@ -481,7 +481,7 @@ else
481
build_done "gmp" $CURRENT_PACKAGE_VERSION
482
fi
483
484
- if build "nettle" "4.0"; then
+ if build "nettle" "3.10.2"; then
485
download "https://ftpmirror.gnu.org/gnu/nettle/nettle-$CURRENT_PACKAGE_VERSION.tar.gz"
486
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-openssl --disable-documentation --libdir="${WORKSPACE}"/lib CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
487
execute make -j $MJOBS
0 commit comments