Package: telegram-cli / 1.3.1+git20160323.6547c0b21-2

Metadata

Package Version Patches format
telegram-cli 1.3.1+git20160323.6547c0b21-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_use_system_tl parser.patch | (download)

Makefile.tl-parser | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use system tl-parser
 The upstream embed tl-parser into tgl's build process. We separate it and
 will use the one provided by the system.
0002_use_system_tgl.patch | (download)

Makefile.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
0003_port_to_gcc10.patch | (download)

interface.c | 14 7 + 7 - 0 !
loop.c | 6 3 + 3 - 0 !
2 files changed, 10 insertions(+), 10 deletions(-)

 porting to gcc-10
 GCC 10 uses -fno-common. Thus we should not duplicate global variables.