diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bird6/files/patch-tools-Rules.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bird6/files/patch-tools-Rules.in b/net/bird6/files/patch-tools-Rules.in new file mode 100644 index 000000000000..de60b45defbc --- /dev/null +++ b/net/bird6/files/patch-tools-Rules.in @@ -0,0 +1,11 @@ +--- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200 ++++ tools/Rules.in 2010-08-04 15:17:44.000000000 +0200 +@@ -66,7 +66,7 @@ + subdir: all.o + + all.o: $(objs) +- $(CC) -nostdlib -Wl,-r -o $@ $^ ++ $(LD) -r -o $@ $^ + + endif + |