Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2010 08:23:59 GMT
From:      Olivier Cochard-Labbé <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149258: [net/bird] Patch for sparc compilation
Message-ID:  <201008040823.o748NxIM088878@www.freebsd.org>
Resent-Message-ID: <201008040830.o748U8oN067560@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149258
>Category:       ports
>Synopsis:       [net/bird] Patch for sparc compilation
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 08:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbé
>Release:        8.1-RC2
>Organization:
>Environment:
FreeBSD sparc64.bsdrp.net 8.1-RC2 FreeBSD 8.1-RC2 #0: Sun Jun 27 03:27:49 UTC 2010     root@araz.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  sparc64
>Description:
Here is a patch (files/patch-tools-Rules.in) that permit to compile net/bird on sparc64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- tools/Rules.in.orig
+++ tools/Rules.in
@@ -66,7 +66,7 @@ else
 subdir: all.o

 all.o: $(objs)
-       $(CC) -nostdlib  -Wl,-r -o $@ $^
+       $(LD) -r -o $@ $^

 endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008040823.o748NxIM088878>