Merge pull request #292794 from lunik1/megacmd-nofreeimage

megacmd: disable freeimage
This commit is contained in:
Robert Schütz 2024-03-03 18:26:38 +00:00 committed by GitHub
commit 6702ca1a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@
# build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523.
# to be re-enabled when patch available
# , ffmpeg
, freeimage
, gcc-unwrapped
, libmediainfo
, libraw
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
cryptopp
curl
# ffmpeg
freeimage
gcc-unwrapped
libmediainfo
libraw
@ -60,7 +58,7 @@ stdenv.mkDerivation rec {
"--with-cryptopp"
"--with-curl"
# "--with-ffmpeg"
"--with-freeimage"
"--without-freeimage" # disabled as freeimage is insecure
"--with-libmediainfo"
"--with-libuv"
"--with-libzen"