pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 add another darwin linker option that ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9746902bd6bb
branches:  trunk
changeset: 471122:9746902bd6bb
user:      danw <danw%pkgsrc.org@localhost>
date:      Fri Mar 19 00:04:42 2004 +0000

description:
add another darwin linker option that needs to be protected from
path munging

diffstat:

 mk/buildlink3/marshall |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 2acbdf2eede5 -r 9746902bd6bb mk/buildlink3/marshall
--- a/mk/buildlink3/marshall    Fri Mar 19 00:03:55 2004 +0000
+++ b/mk/buildlink3/marshall    Fri Mar 19 00:04:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: marshall,v 1.9 2004/02/13 16:49:53 jlam Exp $
+# $NetBSD: marshall,v 1.10 2004/03/19 00:04:42 danw Exp $
 #
 # Handle cases where multiple consecutive arguments must be processed
 # together, either by merging the arguments or "skipping" the extra
@@ -38,7 +38,7 @@
        skipargs=1
        ;;
 #
-# Darwin's special GCC uses:
+# Darwin's linker uses:
 #
 #      -dylib_file /path/shlib:/path2/shlib
 #      -dylib_install_name /path/shlib
@@ -46,9 +46,10 @@
 #
 # to pass the installed locations for the shared libraries to the linker,
 # and we need to protect the full path from "/path/shlib" -> "-L/path -lshlib"
-# transformation.
+# transformation. (-seg_addr_table_filename's purpose is more obscure,
+# but darwin's imake rules use it.)
 #
--dylib_file|-dylib_install_name|-install_name)
+-dylib_file|-dylib_install_name|-install_name|-seg_addr_table_filename)
        skipargs=1
        ;;
 esac



Home | Main Index | Thread Index | Old Index