Do not use system's static zlib.

The system's static zlib is compiled without `-fPIC` but we need it
to build the mixed libzim.
This commit is contained in:
Matthieu Gautier 2019-02-04 11:25:29 +01:00
parent 4eb95fd4cc
commit 0ad24e9656
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ PACKAGE_NAME_MAPPERS = {
},
'fedora_native_static': {
'COMMON': _fedora_common + ['glibc-static', 'libstdc++-static'],
'zlib': ['zlib-devel', 'zlib-static'],
'lzma': ['xz-devel', 'xz-static']
# Either there is no packages, or no static or too old
},
@ -73,8 +72,6 @@ PACKAGE_NAME_MAPPERS = {
},
'debian_native_static': {
'COMMON': _debian_common + ['libbz2-dev', 'libmagic-dev'],
'zlib': ['zlib1g-dev'],
'uuid': ['uuid-dev'],
},
'debian_i586_dyn': {
'COMMON': _debian_common + ['libc6-dev:i386', 'libstdc++-6-dev:i386', 'gcc-multilib', 'g++-multilib'],