#750789 netplug: FTBFS with clang instead of gcc

Package:
netplug
Source:
netplug
Description:
network link monitor daemon
Submitter:
Arthur Marble
Date:
2014-11-29 01:15:04 UTC
Severity:
minor
#750789#5
Date:
2014-06-06 22:26:43 UTC
From:
To:
Hello,

Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).

Thanks,
Arthur

#750789#10
Date:
2014-11-29 01:12:21 UTC
From:
To:
Hi Arthur,

your patch fix-function-declaration.patch is broken and will not
work. That functions must be declarated in functions because they
access local function variables. So you cannot move them out.