Skip to content

Commit

Permalink
Use nm -D when scanning libc.so on DragonFly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Jun 21, 2006
1 parent eb0cb8d commit c42218f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions news/trn/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.6 2005/07/08 20:42:35 kristerw Exp $
$NetBSD: distinfo,v 1.7 2006/06/21 15:52:33 joerg Exp $

SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b
RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87
Size (trn-4.0-test76.tar.gz) = 565528 bytes
SHA1 (patch-ac) = d33198c3d39059496ae81c0491297974caf5a073
SHA1 (patch-ac) = 51b1983eef702d4e81f13e7b9ea01627f88a5557
SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc
32 changes: 21 additions & 11 deletions news/trn/patches/patch-ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
$NetBSD: patch-ac,v 1.5 2006/06/21 15:52:33 joerg Exp $

--- Configure.orig 2001-02-22 20:17:39.000000000 +0100
+++ Configure 2005-07-08 22:38:46.000000000 +0200
@@ -2540,7 +2540,7 @@
--- Configure.orig 2001-02-22 19:17:39.000000000 +0000
+++ Configure
@@ -2540,7 +2540,7 @@ EOM
esac
;;
*) case "$d_inews" in
Expand All @@ -11,7 +11,17 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
"$define")
set dflt installinews bin
eval $prefixit
@@ -6223,14 +6223,14 @@
@@ -4412,6 +4412,9 @@ case "$nm_so_opt" in
nm_so_opt='--dynamic'
fi
;;
+ *dragonfly*)
+ nm_so_opt='-D'
+ ;;
esac
;;
esac
@@ -6223,14 +6226,14 @@ active='$active'
acttimes='$acttimes'
aphostcmd='$aphostcmd'
archobjs='$archobjs'
Expand All @@ -29,7 +39,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
cc='$cc'
ccflags='$ccflags'
cf_by='$cf_by'
@@ -6240,7 +6240,7 @@
@@ -6240,7 +6243,7 @@ cntrydist='$cntrydist'
comm='$comm'
contains='$contains'
contdist='$contdist'
Expand All @@ -38,7 +48,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
cpp='$cpp'
cppflags='$cppflags'
cpplast='$cpplast'
@@ -6305,21 +6305,21 @@
@@ -6305,21 +6308,21 @@ d_xenix='$d_xenix'
d_xthread='$d_xthread'
date='$date'
defeditor='$defeditor'
Expand All @@ -65,7 +75,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
groupdesc='$groupdesc'
hint='$hint'
hostbits='$hostbits'
@@ -6376,10 +6376,10 @@
@@ -6376,10 +6379,10 @@ mboxchar='$mboxchar'
mimecap='$mimecap'
mips='$mips'
mips_type='$mips_type'
Expand All @@ -78,7 +88,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
myactive='$myactive'
myuname='$myuname'
n='$n'
@@ -6417,11 +6417,11 @@
@@ -6417,11 +6420,11 @@ prefixexp='$prefixexp'
prefshell='$prefshell'
privlib='$privlib'
privlibexp='$privlibexp'
Expand All @@ -92,7 +102,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
sendmail='$sendmail'
servername='$servername'
sharpbang='$sharpbang'
@@ -6442,7 +6442,7 @@
@@ -6442,7 +6445,7 @@ strings='$strings'
strn='$strn'
subscriptions='$subscriptions'
sysman='$sysman'
Expand All @@ -101,7 +111,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
tee='$tee'
termlib='$termlib'
test='$test'
@@ -6450,7 +6450,7 @@
@@ -6450,7 +6453,7 @@ threaddir='$threaddir'
tk='$tk'
tkinc='$tkinc'
tklibs='$tklibs'
Expand Down

0 comments on commit c42218f

Please sign in to comment.