exiv2: fix build on 32-bit arm
This commit is contained in:
parent
35639c65f9
commit
d09c84aa00
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue