mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-17 06:47:08 +02:00
Update OpenSSL
This commit is contained in:
parent
6f44be6038
commit
f5cf1599d6
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SCRIPT_REPO="https://github.com/openssl/openssl.git"
|
SCRIPT_REPO="https://github.com/openssl/openssl.git"
|
||||||
SCRIPT_COMMIT="OpenSSL_1_1_1q"
|
SCRIPT_COMMIT="OpenSSL_1_1_1r"
|
||||||
SCRIPT_TAGFILTER="OpenSSL_1_1_1*"
|
SCRIPT_TAGFILTER="OpenSSL_1_1_1*"
|
||||||
|
|
||||||
ffbuild_enabled() {
|
ffbuild_enabled() {
|
||||||
@ -47,6 +47,9 @@ ffbuild_dockerbuild() {
|
|||||||
return -1
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||||
|
export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
|
||||||
|
|
||||||
./Configure "${myconf[@]}"
|
./Configure "${myconf[@]}"
|
||||||
|
|
||||||
sed -i -e "/^CFLAGS=/s|=.*|=${CFLAGS}|" -e "/^LDFLAGS=/s|=[[:space:]]*$|=${LDFLAGS}|" Makefile
|
sed -i -e "/^CFLAGS=/s|=.*|=${CFLAGS}|" -e "/^LDFLAGS=/s|=[[:space:]]*$|=${LDFLAGS}|" Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user