devel/libtool

This commit is contained in:
Lionel Sambuc 2014-04-09 09:43:33 +02:00 committed by Lionel Sambuc
parent be72d59290
commit 9e384a4510
5 changed files with 2883 additions and 189 deletions

View File

@ -4,6 +4,6 @@ SHA1 (libtool-2.4.2.tar.gz) = 22b71a8b5ce3ad86e1094e7285981cae10e6ff88
RMD160 (libtool-2.4.2.tar.gz) = b7153f3f1e1c50d8c04787cafccd4e19af62ec7d
Size (libtool-2.4.2.tar.gz) = 2632347 bytes
SHA1 (patch-aa) = 8fa167bebf27b7bc3008edd61408a0aede6bdf69
SHA1 (patch-ab) = cf6e8852b6c9eb04256904085f4ee6fefc470a02
SHA1 (patch-ab) = 72ac77ee21241d8c911609c22361244ce10444ec
SHA1 (patch-ac) = 108989e3f1ee199fa8e8a9dc7331d360c586a800
SHA1 (patch-ad) = 48c3832e9205777832ef2a6334033ff6099be8a4
SHA1 (patch-ad) = 3d75ce09eef69affde6f2b778433fe582f918d66

View File

@ -0,0 +1,75 @@
--- ./libltdl/m4/libtool.m4.nbsd Wed Apr 9 10:58:58 2014
+++ ./libltdl/m4/libtool.m4 Wed Apr 9 11:06:53 2014
@@ -1641,7 +1641,7 @@
lt_cv_sys_max_cmd_len=8192;
;;
- netbsd* | freebsd* | openbsd* | mirbsd* | darwin* | dragonfly*)
+ netbsd* | freebsd* | openbsd* | minix* | mirbsd* | darwin* | dragonfly*)
# This has been around since 386BSD, at least. Likely further.
if test -x /sbin/sysctl; then
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -2728,6 +2728,18 @@
hardcode_into_libs=yes
;;
+minix*)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ dynamic_linker='Minix ld.elf_so'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+
newsos6)
version_type=linux # correct to gnu/linux during the next big refactor
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -3326,7 +3338,7 @@
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
;;
-netbsd*)
+netbsd* | minix*)
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
;;
@@ -4143,7 +4155,7 @@
;;
esac
;;
- netbsd*)
+ netbsd* | minix*)
;;
*qnx* | *nto*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4943,7 +4955,7 @@
fi
;;
- netbsd*)
+ netbsd* | minix*)
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
@@ -5437,7 +5449,7 @@
fi
;;
- netbsd*)
+ netbsd* | minix*)
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
@@ -6662,7 +6674,7 @@
esac
;;
- netbsd*)
+ netbsd* | minix*)
_LT_TAGVAR(ld_shlibs, $1)=yes
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'

View File

@ -0,0 +1,11 @@
--- libltdl/m4/ltdl.m4.nbsd Wed Apr 9 10:59:05 2014
+++ libltdl/m4/ltdl.m4 Wed Apr 9 11:09:44 2014
@@ -496,7 +496,7 @@
mirbsd*)
lt_cv_sys_dlopen_deplibs=yes
;;
- netbsd*)
+ netbsd* | minix*)
lt_cv_sys_dlopen_deplibs=yes
;;
openbsd*)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff