replace weirdo constant in gnulib tests
... causing test failures on armv7hl
This commit is contained in:
parent
8de28b81ab
commit
4194724211
@ -77,6 +77,10 @@ git commit -m "remove ignored files from git"
|
|||||||
# apply all patches
|
# apply all patches
|
||||||
%autopatch
|
%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
|
# needed because of findutils-4.5.15-no-locate.patch
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
git add --all .
|
git add --all .
|
||||||
|
Loading…
Reference in New Issue
Block a user