Update to 1.3.5nb10:
wllinklibs have to be before deplibs to take effect (else they won't get added to the RPATH, at least not on i386/current).
This commit is contained in:
parent
1d407d029d
commit
b22425b97c
3 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.26 2000/11/26 21:12:54 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2000/12/28 17:55:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libtool-1.3.5
|
||||
PKGNAME= libtool-1.3.5nb9
|
||||
PKGNAME= libtool-1.3.5nb10
|
||||
CATEGORIES= devel pkgtools
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: patch-sum,v 1.16 2000/11/26 21:00:10 mycroft Exp $
|
||||
$NetBSD: patch-sum,v 1.17 2000/12/28 17:55:38 wiz Exp $
|
||||
|
||||
MD5 (patch-aa) = 264f27f816e66d22706f3203acf55f32
|
||||
MD5 (patch-aa) = 4600221fe85265b40684de466935f6bf
|
||||
MD5 (patch-ab) = 01ddbafc3e9b794042542862b91948f2
|
||||
MD5 (patch-ac) = be7e8b63e245f3d9ba4e19c5fd928d00
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.18 2000/11/26 21:00:11 mycroft Exp $
|
||||
$NetBSD: patch-aa,v 1.19 2000/12/28 17:55:38 wiz Exp $
|
||||
|
||||
--- ltconfig.in.orig Sat May 27 01:58:57 2000
|
||||
+++ ltconfig.in Sun Nov 26 20:58:13 2000
|
||||
--- ltconfig.in.orig Sat May 27 03:58:57 2000
|
||||
+++ ltconfig.in
|
||||
@@ -1194,11 +1194,17 @@
|
||||
|
||||
netbsd*)
|
||||
|
@ -19,8 +19,8 @@ $NetBSD: patch-aa,v 1.18 2000/11/26 21:00:11 mycroft Exp $
|
|||
else
|
||||
- archive_cmds='$LD -Bshareable $libobjs $deplibs $linkopts -o $lib'
|
||||
- # can we support soname and/or expsyms with a.out? -oliva
|
||||
+ archive_cmds='$CC -shared $libobjs $deplibs $wllinkopts ${wl}-soname $wl$soname -o $lib'
|
||||
+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $wllinkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
||||
+ archive_cmds='$CC -shared $libobjs $wllinkopts $deplibs ${wl}-soname $wl$soname -o $lib'
|
||||
+ archive_expsym_cmds='$CC -shared $libobjs $wllinkopts $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
||||
fi
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue