1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 21:20:31 -04:00
ports/net/bird/files/patch-tools-Rules.in
Alexander V. Chernikov 3949dc259c Update net/bird,net/bird6 to 1.6.0
Add sk_setup / io loop fixes from git.
Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding.

PR:		211413
Submitted by:	zeising (original version)
Approved by:	az (implicit)
2016-08-14 06:25:17 +00:00

14 lines
303 B
Text

--- tools/Rules.in.orig 2016-04-29 09:13:23 UTC
+++ tools/Rules.in
@@ -66,10 +66,8 @@ else
subdir: all.o
all.o: $(objs)
-# $(LD) -r -o $@ $^
-# Changed to $(CC) because $(LD) has problems with crosscompiling
@echo LD -r -o $@ $^
- @$(CC) -nostdlib -r -o $@ $^
+ $(LD) -r -o $@ $^
endif