diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 03:45:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 03:45:27 +0000 |
commit | 2efce51c5f5c47a3e39fc624f31361e6a4758924 (patch) | |
tree | d2e8715603867238d4d62fa1bafe56b9b6aceb59 /devel/libtool/pkg-plist | |
parent | 1148c2150115df12d39bd22558013b5b533c9e96 (diff) | |
download | FreeBSD-ports-2efce51c5f5c47a3e39fc624f31361e6a4758924.zip FreeBSD-ports-2efce51c5f5c47a3e39fc624f31361e6a4758924.tar.gz |
Changes from maintainer:
1. Add a -prefix arguement to libtool, to find where the installed
copies of ltconfig and ltmain.sh reside.
2. Don't install the .la files unless --install-ltlibs is passed to
ltconfig.
3. Don't force linking with -lc, and allow -?thread to be passed to
the linker.
4. Don't build static libs if not using version numbers (for
plugins).
5. Install instead of
lib${release}.a lib.a
lib${release}.so lib.so
lib${release}.so.${ver} lib${release}.so.${ver}
to support multi-release installations.
6. Change version to "1.3-freebsd-ports" so people know who to
blame.
7. Misc fixes.
PR: 11839
Submitted by: maintainer
Diffstat (limited to 'devel/libtool/pkg-plist')
-rw-r--r-- | devel/libtool/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libtool/pkg-plist b/devel/libtool/pkg-plist index 82d8b30..a2bd473 100644 --- a/devel/libtool/pkg-plist +++ b/devel/libtool/pkg-plist @@ -2,7 +2,6 @@ bin/libtool bin/libtoolize @unexec install-info --delete %D/info/libtool.info %D/info/dir info/libtool.info -@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/libtool.info %D/info/dir share/aclocal/libtool.m4 share/libtool/config.guess |