diff options
| author | Sergey Matveychuk <sem@FreeBSD.org> | 2011-11-08 09:44:29 +0000 |
|---|---|---|
| committer | Sergey Matveychuk <sem@FreeBSD.org> | 2011-11-08 09:44:29 +0000 |
| commit | 7b2e3e4ebd39e4dada7413fb0b39d60603405194 (patch) | |
| tree | c7061c48c507bbb6b86d7d5b5b38e3ab43dbc691 /net/bird-devel/files/patch-tools-Rules.in | |
| parent | update to 3.4.3. (diff) | |
* 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
Notes
Notes:
svn path=/head/; revision=285285
Diffstat (limited to 'net/bird-devel/files/patch-tools-Rules.in')
| -rw-r--r-- | net/bird-devel/files/patch-tools-Rules.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bird-devel/files/patch-tools-Rules.in b/net/bird-devel/files/patch-tools-Rules.in new file mode 100644 index 000000000000..cb7af39da430 --- /dev/null +++ b/net/bird-devel/files/patch-tools-Rules.in @@ -0,0 +1,13 @@ +--- 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 + |
