diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-13 23:21:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-13 23:21:53 +0000 |
commit | 752a0bc1190fb9cea191e1d1b8af3eff572b737e (patch) | |
tree | d08a12111eb03994745466bb873d15a698ed48ee | |
parent | 57b1b712782bc62aa380fbd1aec59d1ba33ac83a (diff) | |
download | pkgsrc-752a0bc1190fb9cea191e1d1b8af3eff572b737e.tar.gz |
Document SHLIB_HANDLING in misc section where it talks about ldconfig.
-rw-r--r-- | Packages.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt index 2b456872b98..460de0b411e 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.114 2000/10/11 14:02:27 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.115 2000/10/13 23:21:53 jlam Exp $ ########################################################################### ========================== @@ -753,7 +753,8 @@ to when dealing with the PLIST file (or files, see below!). objects are found in the package, they will be dealt with automatically, running ldconfig on platforms which need it, and not otherwise. This is usually only a problem when using ports from - FreeBSD. + FreeBSD. To prevent this automatic handling from taking place, + set SHLIB_HANDLING to NO in the package Makefile. * ${MACHINE_ARCH}, ${MACHINE_GNU_ARCH}: Some packages like emacs and perl embed information about which |