ports/149258: [net/bird] Patch for sparc compilation

Olivier Cochard-Labbé olivier at cochard.me
Wed Aug 4 08:30:09 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list