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 bb9ad6e commit 623470eCopy full SHA for 623470e
build-ffmpeg
@@ -417,7 +417,7 @@ else
417
build_done "nettle" "3.8"
418
fi
419
420
-if ! $ARCH == 'arm64'; then
+if [[ ! $ARCH == 'arm64' ]]; then
421
if build "gnutls" "3.6.16"; then
422
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.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}"
0 commit comments