netplug: disable -Werror to fix build failure
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 May 2010 21:39:50 +0000 (23:39 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 11 May 2010 06:59:02 +0000 (08:59 +0200)
commitc554cc2a2e62e4c383a20270b34a8d9b933ca6f0
tree6c5d7af704b5cbb2c04973e8b1f18f8178ab760c
parent5b9384337a6600f36f2be94a9310c1642aee54ef
netplug: disable -Werror to fix build failure

netplug uses nested functions, and gcc generates a warning that
is turned into an error:

cc1: warnings being treated as errors
if_info.c: In function 'ifsm_scriptdone':
if_info.c:289: error: generating trampoline in object (requires executable stack)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/netplug/netplug-1.2.9-disable-werror.patch [new file with mode: 0644]