ports/net/bird-devel/files/patch-tools-Rules.in
Sergey Matveychuk 7b2e3e4ebd * New port:
This is development version of net/bird dynamic routing software.
It provides ALPHA support for the following:
- VPNv4 RR
- LDP
- L3VPN

Submitted by:	melifaro
2011-11-08 09:44:29 +00:00

13 lines
321 B
Text

--- tools/Rules.in.orig 2010-10-10 21:48:20.000000000 +0200
+++ tools/Rules.in 2010-12-18 15:00:27.000000000 +0100
@@ -66,9 +66,7 @@
subdir: all.o
all.o: $(objs)
-# $(LD) -r -o $@ $^
-# Changed to $(CC) because $(LD) has problems with crosscompiling
- $(CC) -nostdlib -r -o $@ $^
+ $(LD) -r -o $@ $^
endif