minidlna: fix GCC 10 multiple def compilation error 13080/head
authorSyrone Wong <wong.syrone@gmail.com>
Mon, 1 Jun 2020 14:53:51 +0000 (22:53 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 10 Aug 2020 23:20:51 +0000 (16:20 -0700)
commite8f0944337db3a07fe5d96f1e5e47d4eb4d64797
treebf50abbc94afd1d9c99b63a66f1101cf3ac311ec
parent8fa65a875498fa1e4c0a79dde3ac4059b7d26e8c
minidlna: fix GCC 10 multiple def compilation error

Diffrent file use its own setjmp_buffer, thus
we have two global variables called setjmp_buffer

I am not sure if we should use only one instance of it.

The patch sent upstream uses a similar approach.

https://sourceforge.net/p/minidlna/bugs/327/

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
multimedia/minidlna/Makefile
multimedia/minidlna/patches/999-05-fix-setjmp-buffer-multiple-def.patch [new file with mode: 0644]