We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b5319 commit 7ca03f4Copy full SHA for 7ca03f4
build-ffmpeg
@@ -419,7 +419,7 @@ else
419
420
if [[ ! $ARCH == 'arm64' ]]; then
421
if build "gnutls" "3.7.8"; then
422
- download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.7.8.tar.xz"
+ download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.8.tar.xz"
423
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --with-included-unistring --without-p11-kit CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
424
execute make -j $MJOBS
425
execute make install
0 commit comments