diff options
author | tv <tv@pkgsrc.org> | 2005-03-22 15:12:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-22 15:12:07 +0000 |
commit | b6ec46771aea175c4329605cded3a271e0f913d9 (patch) | |
tree | d882a66f57b63b42ab07c86d25ff54dee45a733a /devel/libtool-base/Makefile | |
parent | 32829df865fb465e890b2c7884838c319863aa83 (diff) | |
download | pkgsrc-b6ec46771aea175c4329605cded3a271e0f913d9.tar.gz |
Update to 1.5.14, and switch DragonFly to version_type=linux.
Change summary since 1.5.10:
* ltmain.in: Add -pthread like flags when linking executables too.
* ltmain.in (func_extract_archives) [darwin]: This didn't actually
work on a real fat archive, should do now.
* tests/func_extract_archives.test: remove darwin fat tests which
did not actually work.
* ltmain.in (link mode): Allow five digits in version-info
* ltmain.in (link mode): With piecewise (partial) linking, fix
intermediate output name for subdir-objects.
* ltmain.in [darwin]: Don't add installed libs to temp_rpath when
building executables on darwin, or other systems which use
hardcode_automatic. It may break our wrapper scripts.
* ltmain.in [darwin]: Allow -framework foo through when given on
the command line.
* ltmain.in [irix]: Preserve processor option for SGI Compiler
(-r[0-9][0-9]*).
* ltmain.in: Don't pass through compiler-like thread flags when
using $LD to do the linking. Use compiler_flags instead.
Reported by Mark_Andrews@isc.org.
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [linux]: While "parsing"
/etc/ld.so.conf, skip comments.
* ltmain.in (func_extract_archives): Not all shells grok
`read -r' (unnecessary in this case).
Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.
* libtool.m4 [solaris] (AC_LIBTOOL_PROG_LD_SHLIBS): Use ${wl} for
whole_archive_flag_spec. Missing backport reported by Ralf Menzel
* libtool.m4 [linux] (AC_LIBTOOL_PROG_COMPILER_PIC): match
$cc_basename, not $CC against icc. Also, for symmetry match
icpc* and ecpc* (ia64 version of icpc).
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [linux]: Interpret
`include' statements in toplevel ld.so.conf file.
* config/ltmain.in (func_mode_link): When linking an installed
libtool library on the command line using -lfoo we need to find
the library in the search paths and add it's dependency_libs to
the link in the conv pass so that any libtool libs listed are
correctly expanded in the link pass.
Diffstat (limited to 'devel/libtool-base/Makefile')
-rw-r--r-- | devel/libtool-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index ccac25247eb..7ab630a5380 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2005/03/18 15:06:10 tv Exp $ +# $NetBSD: Makefile,v 1.60 2005/03/22 15:12:08 tv Exp $ # .include "../../devel/libtool/Makefile.common" @@ -12,7 +12,6 @@ # on the next libtool update. # PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 10 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |