From: "S.Çağlar Onur" <caglar@pardus.org.tr>
To: rusty@rustcorp.com.au
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] Remove -static from Documentation/lguest/Makefile
Date: Thu, 19 Jul 2007 23:13:42 +0300 [thread overview]
Message-ID: <200707192313.44106.caglar@pardus.org.tr> (raw)
Hi;
Remove -static from Documentation/lguest/Makefile, most distros only provides shared library form of zlib in their default installation.
And shared linking also provides litte tiny security for hypotetical security problems will be introduced by zlib :).
Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>
Documentation/lguest/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/lguest/Makefile b/Documentation/lguest/Makefile
index b9b9427..2331179 100644
--- a/Documentation/lguest/Makefile
+++ b/Documentation/lguest/Makefile
@@ -12,7 +12,7 @@ include $(KBUILD_OUTPUT)/.config
LGUEST_GUEST_TOP := ($(CONFIG_PAGE_OFFSET) - 0x08000000)
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 \
- -static -DLGUEST_GUEST_TOP="$(LGUEST_GUEST_TOP)" -Wl,-T,lguest.lds
+ -DLGUEST_GUEST_TOP="$(LGUEST_GUEST_TOP)" -Wl,-T,lguest.lds
LDLIBS:=-lz
all: lguest.lds lguest
Cheers
--
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
next reply other threads:[~2007-07-19 20:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 20:13 S.Çağlar Onur [this message]
2007-07-20 12:02 ` [PATCH] Remove -static from Documentation/lguest/Makefile Rusty Russell
2007-07-20 15:39 ` Jeremy Fitzhardinge
2007-07-22 11:09 ` Rusty Russell
2007-07-22 11:12 ` [PATCH] Make lguest example launcher non-static and simplify Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200707192313.44106.caglar@pardus.org.tr \
--to=caglar@pardus.org.tr \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox