diff options
author | adam <adam@pkgsrc.org> | 2005-05-18 11:57:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-18 11:57:01 +0000 |
commit | 3ebb728f202e993ee8718880d862e2258339f938 (patch) | |
tree | 860b971e4600ec49495d4b4fd921d257102346d0 /devel/libtool-base | |
parent | b612f49cea78736e901236e903902fa47af86a93 (diff) | |
download | pkgsrc-3ebb728f202e993ee8718880d862e2258339f938.tar.gz |
Changes 1.5.18:
* Fix regression in 1.5.16 to not install libtldl data files from
`libtoolize --ltdl'ed software packages.
* Bug Fixes.
Changes 1.5.16:
* Allow shell special characters like `$' in source file names, but not
in object names, to enhance GCJ support.
* Detection of compiler wrappers like distcc/ccache and $host_alias prefix.
* More robust tests for PIC flag, `-c -o', in presence of warnings.
* Bug Fixes, among others for convenience archives regression on Solaris
and timestamp-preserving `libtoolize --copy --ltdl'.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 1adbf94175a..5e4913925fd 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2005/05/10 16:49:22 tv Exp $ -# +# $NetBSD: Makefile,v 1.62 2005/05/18 11:57:01 adam Exp $ .include "../../devel/libtool/Makefile.common" @@ -13,7 +12,6 @@ # PKGNAME= ${DISTNAME:S/-/-base-/} SVR4_PKGNAME= ltoob -PKGREVISION= 1 COMMENT= Generic shared library support script (the script itself) |