Fix compile problem on 4.0-current.
Add --dynamic to /usr/bin/nm option. Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8483
This commit is contained in:
parent
c205f12431
commit
57ebbc53a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24439
1 changed files with 13 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
--- Configure.orig Mon Sep 7 18:49:05 1998
|
||||
+++ Configure Mon Sep 7 18:56:33 1998
|
||||
@@ -306,7 +306,7 @@
|
||||
--- Configure.orig Wed Jan 5 17:48:45 2000
|
||||
+++ Configure Wed Jan 5 18:40:50 2000
|
||||
@@ -280,7 +280,7 @@
|
||||
ldflags=''
|
||||
lkflags=''
|
||||
locincpth=''
|
||||
|
@ -9,7 +9,16 @@
|
|||
cf_email=''
|
||||
cf_by=''
|
||||
cf_time=''
|
||||
@@ -862,7 +864,7 @@
|
||||
@@ -710,7 +710,7 @@
|
||||
trnl=''
|
||||
uidtype=''
|
||||
nm_opt=''
|
||||
-nm_so_opt=''
|
||||
+nm_so_opt='--dynamic'
|
||||
runnm=''
|
||||
usenm=''
|
||||
useperlio=''
|
||||
@@ -858,7 +858,7 @@
|
||||
: If anyone needs -lnet, put it in a hint file.
|
||||
libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
|
||||
libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
|
||||
|
|
Loading…
Reference in a new issue