mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build on sparc64
PR: ports/149258 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
parent
3bec00dd7f
commit
1a0251959c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258768
11
net/bird/files/patch-tools-Rules.in
Normal file
11
net/bird/files/patch-tools-Rules.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200
|
||||
+++ tools/Rules.in 2010-08-04 15:15:02.000000000 +0200
|
||||
@@ -66,7 +66,7 @@
|
||||
subdir: all.o
|
||||
|
||||
all.o: $(objs)
|
||||
- $(CC) -nostdlib -Wl,-r -o $@ $^
|
||||
+ $(LD) -r -o $@ $^
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user