bin/72138: libc.so.5 isn't installed in a safe way
Xin LI
delphij at frontfree.net
Mon Sep 27 21:40:32 PDT 2004
The following reply was made to PR bin/72138; it has been noted by GNATS.
From: Xin LI <delphij at frontfree.net>
To: Matthias Andree <matthias.andree at web.de>
Cc: FreeBSD-gnats-submit at FreeBSD.org, current at FreeBSD.org,
ru at FreeBSD.org
Subject: Re: bin/72138: libc.so.5 isn't installed in a safe way
Date: Tue, 28 Sep 2004 12:33:51 +0800
(-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
More information about the freebsd-bugs
mailing list