diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-30 03:10:36 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-30 03:10:36 +0100 |
commit | 6e3eed9850064e38a98851ff91534bb32438b292 (patch) | |
tree | f7311219b84f7073255c6f8255946c6fbe693e52 /Documentation | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
parent | lguest: Fix a memory leak with the lg object during launcher close (diff) | |
download | linux-6e3eed9850064e38a98851ff91534bb32438b292.tar.xz linux-6e3eed9850064e38a98851ff91534bb32438b292.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:
lguest: Fix a memory leak with the lg object during launcher close
lguest: disable the FORTIFY for lguest.
lguest: typos fix
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/lguest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lguest/Makefile b/Documentation/lguest/Makefile index 725eef81cd48..1f4f9e888bd1 100644 --- a/Documentation/lguest/Makefile +++ b/Documentation/lguest/Makefile @@ -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 |