Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2004 12:33:51 +0800
From:      Xin LI <delphij@frontfree.net>
To:        Matthias Andree <matthias.andree@web.de>
Cc:        current@FreeBSD.org
Subject:   Re: bin/72138: libc.so.5 isn't installed in a safe way
Message-ID:  <20040928043351.GA2400@frontfree.net>
In-Reply-To: <20040927224353.845381B217@merlin.emma.line.org>
References:  <20040927224353.845381B217@merlin.emma.line.org>

next in thread | previous in thread | raw e-mail | index | archive | help
(-CURRENT is cc'ed for a boarder review)

I fell like this idea, and here is the patch for review:

Index: Makefile
===================================================================
RCS file: /r/ncvs/src/lib/libc/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	14 May 2004 12:04:29 -0000	1.52
+++ Makefile	28 Sep 2004 04:30:26 -0000
@@ -16,6 +16,7 @@
 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
 CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
 CLEANFILES+=tags
+SHLINSTALLFLAGS+=	-S
 INSTALL_PIC_ARCHIVE=	yes
 PRECIOUSLIB=	yes
 

It's also available here:

	http://people.freebsd.org/~delphij/patch-libc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040928043351.GA2400>