Hi, On 2019-08-04 01:39, Debian Bug Tracking System wrote: > * Build with --enable-old-lua on all arches without luajit support. > This should enable builds on alpha, ia64, hppa, m68k, riscv64, sh4, > sparc64 and x32. (Closes: #933747)
Thanks a lot for the quick fix. I gave a quick look to the new version,
there is a missing change, which was also missing in my first version of
the patch, sorry about that. Here is a patch to fix that:
diff -Nru efl-1.22.2/debian/control efl-1.22.2/debian/control
--- efl-1.22.2/debian/control 2019-08-04 00:09:20.000000000 +0200
+++ efl-1.22.2/debian/control 2019-08-04 14:03:08.000000000 +0200
@@ -564,7 +564,7 @@
libelementary1 (= ${binary:Version}),
libelocation1 (= ${binary:Version}),
libelput1 (= ${binary:Version}),
- libelua1 (= ${binary:Version}) [!arm64 !s390x],
+ libelua1 (= ${binary:Version}) [!alpha !arm64 !hppa !ia64 !m68k
!powerpc !riscv64 !s390x !sh4 !sparc64 !x32],
libembryo1 (= ${binary:Version}),
libemile1 (= ${binary:Version}),
libemotion1 (= ${binary:Version}),
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://www.aurel32.net
signature.asc
Description: PGP signature

