mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Create a real module kiwixbuild and make it installable. Split files.
Make kiwix-build installable using pip. Module is now called `kiwixbuild` because `kiwix-build` is not a valid python identifier. Also split toolchains in separated directory.
This commit is contained in:
13
kiwixbuild/patches/icu4c_android_elf64_st_info.patch
Normal file
13
kiwixbuild/patches/icu4c_android_elf64_st_info.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -ur icu4c-58_2/source/tools/toolutil/pkg_genc.c icu4c-58_2.patched/source/tools/toolutil/pkg_genc.c
|
||||
--- icu4c-58_2/source/tools/toolutil/pkg_genc.c 2016-06-15 20:58:17.000000000 +0200
|
||||
+++ icu4c-58_2.patched/source/tools/toolutil/pkg_genc.c 2017-02-27 10:23:39.985471339 +0100
|
||||
@@ -35,6 +35,9 @@
|
||||
# define EM_X86_64 62
|
||||
# endif
|
||||
# define ICU_ENTRY_OFFSET 0
|
||||
+# ifndef ELF64_ST_INFO
|
||||
+# define ELF64_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
|
||||
+# endif
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
Reference in New Issue
Block a user