replace weirdo constant in gnulib tests

... causing test failures on armv7hl
This commit is contained in:
Kamil Dudka 2020-07-24 18:54:53 +02:00
parent 8de28b81ab
commit 4194724211
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ git commit -m "remove ignored files from git"
# apply all patches
%autopatch
# replace weirdo constant in gnulib tests causing test failures on armv7hl
sed -e 's/1729576/EPERM/' \
-i gnulib-tests/test-{perror2,strerror_r}.c
# needed because of findutils-4.5.15-no-locate.patch
autoreconf -fiv
git add --all .