exiv2: fix build on 32-bit arm
This commit is contained in:
@@ -79,8 +79,9 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir ../test/tmp
|
mkdir ../test/tmp
|
||||||
export LD_LIBRARY_PATH="$(realpath ../build/lib)"
|
export LD_LIBRARY_PATH="$(realpath ../build/lib)"
|
||||||
|
|
||||||
# Fix tests on Aarch64
|
${stdenv.lib.optionalString (stdenv.isAarch64 || stdenv.isAarch32) ''
|
||||||
${stdenv.lib.optionalString stdenv.isAarch64 ''
|
# Fix tests on arm
|
||||||
|
# https://github.com/Exiv2/exiv2/issues/933
|
||||||
rm -f ../tests/bugfixes/github/test_CVE_2018_12265.py
|
rm -f ../tests/bugfixes/github/test_CVE_2018_12265.py
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user