pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/26797: typo in mk/buildlink3/marshall
>Number: 26797
>Category: pkg
>Synopsis: typo in mk/buildlink3/marshall
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 29 13:16:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Ryo HAYASAKA
>Release: NetBSD 2.0G
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 2.0G NetBSD 2.0G (BONNIE) #502: Wed Aug 25
22:31:48 JST 2004
ryoh%bonnie.jaist.ac.jp@localhost:/sys/arch/i386/compile/BONNIE i386
Architecture: i386
Machine: i386
>Description:
"-Wl,R -Wl,/path/to/dir" should be "-Wl,-R -Wl,/path/to/dir".
>How-To-Repeat:
>Fix:
Index: buildlink3/marshall
===================================================================
RCS file: /usr/cvsup/pkgsrc/mk/buildlink3/marshall,v
retrieving revision 1.11
diff -d -p -u -r1.11 marshall
--- buildlink3/marshall 29 Mar 2004 06:02:53 -0000 1.11
+++ buildlink3/marshall 29 Aug 2004 11:28:15 -0000
@@ -14,8 +14,8 @@ case $arg in
shift
;;
#
-# Merge "-Wl,R -Wl,/path/to/dir" into a single argument
-# "-Wl,R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
+# Merge "-Wl,-R -Wl,/path/to/dir" into a single argument
+# "-Wl,-R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
# "-Wl,--rpath,/path/to/dir" so that we can look them up in the cache.
# Also deal with "-Xlinker" being equivalent to "-Wl,".
#
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index