diff options
author | tv <tv@pkgsrc.org> | 2006-01-30 22:19:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-01-30 22:19:56 +0000 |
commit | 88f91c3e2c822fb964b5126f6c9ef125510f47a2 (patch) | |
tree | 82048ab4b0a8a517ce163b4d0e26f0d7a8162188 /devel/libltdl | |
parent | 50d8f4b941b8fe1dda7a7b62b983182cc55a0b71 (diff) | |
download | pkgsrc-88f91c3e2c822fb964b5126f6c9ef125510f47a2.tar.gz |
Update libtool to 1.5.22. Too many changes for CVS commit logs; here's
some highlighted changes:
* Fixes minor /tmp race condition bug.
* Integrated Interix support; no longer requires pkgsrc hackery.
* shlibtool is a wrapper using the (now working) "--tag=disable-static".
* Several other bugs fixed, removing some pkgsrc-local changes.
Diffstat (limited to 'devel/libltdl')
-rw-r--r-- | devel/libltdl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index e19467d6619..34863868cbe 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/26 09:39:30 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/30 22:19:57 tv Exp $ # .include "../../devel/libtool/Makefile.common" @@ -13,7 +13,6 @@ CONFLICTS+= libtool<=1.3.5nb11 libtool-base<=1.5.10nb4 USE_LIBTOOL= yes CONFIGURE_ARGS+=--enable-libltdl-install -CONFIGURE_DIRS= ${WRKSRC}/libltdl BUILD_DIRS= ${WRKSRC}/libltdl .include "../../mk/dlopen.buildlink3.mk" |