Commit b44d49ab authored by Tim 'mithro' Ansell's avatar Tim 'mithro' Ansell Committed by Rusty Russell

lguest: disable the FORTIFY for lguest.

Makes all the warnings go away when compiling lguest on Ubuntu on
Intrepid or greater.
Signed-off-by: default avatarTimothy R Ansell <mithro@mithis.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 72410af9
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
LDLIBS:=-lz
all: lguest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment