diff options
author | skrll <skrll@pkgsrc.org> | 2001-03-12 11:23:01 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-03-12 11:23:01 +0000 |
commit | a8d1e7fa28a53d439e9bb331f5f6f79d4dd62cf1 (patch) | |
tree | e48f724f9c9679e13c2d8aa552d418bded6bd3a5 /Packages.txt | |
parent | f6cccc62555751a20857b584202f9a21ea4b540b (diff) | |
download | pkgsrc-a8d1e7fa28a53d439e9bb331f5f6f79d4dd62cf1.tar.gz |
Re-enable the -release option of libtool. ELF is fully supported with a.out
support to follow. Note this in documentation.
Bump revision of libtool to nb3 and update dependencies.
Update (sort) known affected PLISTs.
Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
Chuck Cranor <chuck@research.att.com>, and
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt index d6e85ddae8c..baeab4cdca7 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.142 2001/02/27 08:20:23 skrll Exp $ +# $NetBSD: Packages.txt,v 1.143 2001/03/12 11:23:01 skrll Exp $ ########################################################################### ========================== @@ -877,8 +877,10 @@ Here's how to use libtool in a pkg in seven simple steps: the -version-info especially when major and minor are zero, as libtool will otherwise strip off the shared library version. - The "-release" option has been disabled in the pkgsrc version of libtool - as it creates unnecessary differences between ELF and a.out platforms. + The "-release" option will produce different results for a.out and ELF + (excluding symlinks) in only one case. An ELF library of the form + libfoo-release.so.x.y will have a symlink of libfoo.so.x.y on an a.out + platform. This will be handled automatically soon. The -rpath argument is the install directory of the library being built. |