opnsense-ports/net/bird/files/patch-tools-Rules.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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