Skip to content

Commit def2057

Browse files
committed
openssl downgrade due to building failures
1 parent 8a0022e commit def2057

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ if build "libtool" "2.4.6"; then
387387
fi
388388

389389
if $NONFREE_AND_GPL; then
390-
if build "openssl" "1.1.1q"; then
391-
download "https://www.openssl.org/source/openssl-1.1.1q.tar.gz"
390+
if build "openssl" "1.1.1p"; then
391+
download "https://www.openssl.org/source/openssl-1.1.1p.tar.gz"
392392
if $MACOS_M1; then
393393
sed -n 's/\(##### GNU Hurd\)/"darwin64-arm64-cc" => { \n inherit_from => [ "darwin-common", asm("aarch64_asm") ],\n CFLAGS => add("-Wall"),\n cflags => add("-arch arm64 "),\n lib_cppflags => add("-DL_ENDIAN"),\n bn_ops => "SIXTY_FOUR_BIT_LONG", \n perlasm_scheme => "macosx", \n}, \n\1/g' Configurations/10-main.conf
394394
execute ./Configure --prefix="${WORKSPACE}" no-shared no-asm darwin64-arm64-cc
@@ -397,7 +397,7 @@ if $NONFREE_AND_GPL; then
397397
fi
398398
execute make -j $MJOBS
399399
execute make install_sw
400-
build_done "openssl" "1.1.1q"
400+
build_done "openssl" "1.1.1p"
401401
fi
402402
CONFIGURE_OPTIONS+=("--enable-openssl")
403403
fi

0 commit comments

Comments
 (0)