diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index 6d09431..3c97f02 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -49,7 +49,8 @@ podTemplate( writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA()) sh """ cd ${workspace}/ffmpeg - dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static vid.stab-devel -y + dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y + sed -r -i -e 's/^LDFLAGS="-L\$WORKSPACE\/lib"$/LDFLAGS="-L\$WORKSPACE\/lib -L\$WORKSPACE\/lib64"/g' ./build-ffmpeg SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build """ }