Skip to content

Commit

Permalink
lguest: disable the FORTIFY for lguest.
Browse files Browse the repository at this point in the history
Makes all the warnings go away when compiling lguest on Ubuntu on
Intrepid or greater.

Signed-off-by: Timothy R Ansell <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
mithro authored and rustyrussell committed Jan 30, 2009
1 parent 72410af commit b44d49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/lguest/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
Expand Down

0 comments on commit b44d49a

Please sign in to comment.