Blame patches/hunspell-en.i686.patch
|
Andreas Thienemann |
d87b0f |
The upstream tarball for wordlist contains two x86_64 compiled binaries which
|
|
Andreas Thienemann |
d87b0f |
are called during the build process.
|
|
Andreas Thienemann |
d87b0f |
These need to be cleaned before the regular make can succeed.
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
$ file wordlist/scowl/src/{deaccent,find-accented}
|
|
Andreas Thienemann |
d87b0f |
wordlist/scowl/src/deaccent: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=f54e47882388586dee1120ace3ad4d81a803ad0d, not stripped
|
|
Andreas Thienemann |
d87b0f |
wordlist/scowl/src/find-accented: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=ce52f29219f1db61467f695fa53e88aaeb077e4b, not stripped
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
Signed-off-by: Andreas Thienemann <andreas@bawue.net>
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
---
|
|
Andreas Thienemann |
d87b0f |
diffstat:
|
|
Andreas Thienemann |
d87b0f |
hunspell-en.spec | 1 +
|
|
Andreas Thienemann |
d87b0f |
1 file changed, 1 insertion(+)
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
diff -up hunspell-en/SPECS/hunspell-en.spec.orig hunspell-en/SPECS/hunspell-en.spec
|
|
Andreas Thienemann |
d87b0f |
--- hunspell-en/SPECS/hunspell-en.spec.orig 2014-02-04 17:46:15.205342341 +0100
|
|
Andreas Thienemann |
d87b0f |
+++ hunspell-en/SPECS/hunspell-en.spec 2014-02-04 17:46:43.795203168 +0100
|
|
Andreas Thienemann |
d87b0f |
@@ -65,6 +65,7 @@ UK English hunspell dictionaries
|
|
Andreas Thienemann |
d87b0f |
%patch7 -p1 -b .en_IE
|
|
Andreas Thienemann |
d87b0f |
|
|
Andreas Thienemann |
d87b0f |
%build
|
|
Andreas Thienemann |
d87b0f |
+make clean
|
|
Andreas Thienemann |
d87b0f |
make
|
|
Andreas Thienemann |
d87b0f |
cd scowl/speller
|
|
Andreas Thienemann |
d87b0f |
make hunspell
|