1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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:
Shigeyuki Fukushima 2000-01-05 15:46:29 +00:00
parent c205f12431
commit 57ebbc53a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24439

View File

@ -1,6 +1,6 @@
--- Configure.orig Mon Sep 7 18:49:05 1998 --- Configure.orig Wed Jan 5 17:48:45 2000
+++ Configure Mon Sep 7 18:56:33 1998 +++ Configure Wed Jan 5 18:40:50 2000
@@ -306,7 +306,7 @@ @@ -280,7 +280,7 @@
ldflags='' ldflags=''
lkflags='' lkflags=''
locincpth='' locincpth=''
@ -9,7 +9,16 @@
cf_email='' cf_email=''
cf_by='' cf_by=''
cf_time='' 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. : If anyone needs -lnet, put it in a hint file.
libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl' libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"