From a6324250cd29846505af863774e819ed2e17f0e7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 19 Jun 2009 21:32:36 -0700 Subject: [PATCH] Remove Policy permission for packages to modify ld.so.conf Remove the Policy permission for packages to install libraries in a subdirectory and add that directory to /etc/ld.so.conf. --- policy.sgml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/policy.sgml b/policy.sgml index 43cf4d6..d2b8c66 100644 --- a/policy.sgml +++ b/policy.sgml @@ -7010,17 +7010,6 @@ strip --strip-unneeded your-lib

-

- Packages containing shared libraries that may be linked to - by other packages' binaries, but which for some - compelling reason can not be installed in - /usr/lib directory, may install the shared library - files in subdirectories of the /usr/lib directory, - in which case they should arrange to add that directory in - /etc/ld.so.conf in the package's post-installation - script, and remove it in the package's post-removal script. -

-

An ever increasing number of packages are using libtool to do their linking. The latest GNU -- 2.39.5