Bug#930363: faad2: fix build with gcc-9 [patch]

2019-08-29 Thread Fabian Greffrath
Am Donnerstag, den 29.08.2019, 09:54 -0400 schrieb Hugo Lefeuvre: > Ack, I'll NMU then. Good luck with the baby :) Thank you! \o/ - Fabian signature.asc Description: This is a digitally signed message part

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-08-29 Thread Hugo Lefeuvre
Hi Fabian, > Am Donnerstag, den 29.08.2019, 08:04 -0400 schrieb Hugo Lefeuvre: > > Fabian (faad2 maintainer and upstream), do you want to handle this? > > Otherwise I can NMU a second time with this patch. > > please go ahead with a second NMU. I am a bit short on time currently > (home alone wit

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-08-29 Thread Fabian Greffrath
Dear Hugo, Am Donnerstag, den 29.08.2019, 08:04 -0400 schrieb Hugo Lefeuvre: > Fabian (faad2 maintainer and upstream), do you want to handle this? > Otherwise I can NMU a second time with this patch. please go ahead with a second NMU. I am a bit short on time currently (home alone with the 10mo b

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-08-29 Thread Hugo Lefeuvre
Hi Gianfranco, On Thu, Aug 29, 2019 at 07:43:15AM +0200, Gianfranco Costamagna wrote: > control: severity -1 serious > On Tue, 11 Jun 2019 15:06:01 +0200 Gianfranco Costamagna > wrote: > > Source: faad2 > > Version: 2.8.8-3 > > Severity: normal > > tags: patch > > > > Hello, looks like gcc-9 is

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-08-28 Thread Gianfranco Costamagna
control: severity -1 serious On Tue, 11 Jun 2019 15:06:01 +0200 Gianfranco Costamagna wrote: > Source: faad2 > Version: 2.8.8-3 > Severity: normal > tags: patch > > Hello, looks like gcc-9 is adding wl,asneeded flag in compilation, so libs > passed as CFLAGS are not correctly > used by gcc anym

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-06-11 Thread Fabian Greffrath
Control: forwarded -1 https://github.com/knik0/faad2/commit/920ec985a74c6f88fe507181df07a0cd7e51d519 Control: tags -1 +upstream +fixed-upstream Applied upstream, thanks! Am Dienstag, den 11.06.2019, 16:05 +0200 schrieb Gianfranco Costamagna: > control: tags -1 - moreinfo > > Hello Sebastian >

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-06-11 Thread Gianfranco Costamagna
control: tags -1 - moreinfo Hello Sebastian do you like the attached version then? :) thanks for the quick update, I think a CFLAG passed as LIB doesn't matter that much, while the opposite hurts more, but you are right, we should keep them separate indeed. thanks for pointing it out! Gianfr

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-06-11 Thread Sebastian Ramacher
Control: tags -1 + moreinfo On 2019-06-11 15:06:01, Gianfranco Costamagna wrote: > Source: faad2 > Version: 2.8.8-3 > Severity: normal > tags: patch > > Hello, looks like gcc-9 is adding wl,asneeded flag in compilation, so libs > passed as CFLAGS are not correctly > used by gcc anymore, because

Bug#930363: faad2: fix build with gcc-9 [patch]

2019-06-11 Thread Gianfranco Costamagna
Source: faad2 Version: 2.8.8-3 Severity: normal tags: patch Hello, looks like gcc-9 is adding wl,asneeded flag in compilation, so libs passed as CFLAGS are not correctly used by gcc anymore, because only LIBS is added at the end of the compilation line. The following patch fixes the issue, and