2018-08-03
| ||
10:30 | • Closed ticket [79d5937864]: Patch to link libz to fix build failure plus 5 other changes artifact: 8fd84224c6 user: sandro | |
2018-08-02
| ||
19:10 | • New ticket [79d5937864]. artifact: 4828a7be4c user: anonymous | |
Ticket Hash: | 79d5937864cfce2a554f881386874d31001341d5 | |||
Title: | Patch to link libz to fix build failure | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2018-08-03 10:30:29 | |||
Version Found In: | 2.1.0-beta0 | |||
User Comments: | ||||
anonymous added on 2018-08-02 19:10:10:
The Debian package build for spatialite-gui 2.1.0~beta0 failed due to a link issue: /usr/bin/ld: HtmlHelp.o: undefined reference to symbol 'uncompress' Add -lz to LDADD in Makefile.am fixes the issue. Patch: https://salsa.debian.org/debian-gis-team/spatialite-gui/blob/experimental/debian/patches/link-libz.patch sandro added on 2018-08-03 10:30:29: fixed by commit 71439b6356 |