diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-15 09:27:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-15 09:37:04 +0000 |
commit | e5c3b3f71702b18447d65f6d9bae2858c055d2f5 (patch) | |
tree | 757277165d587b13f6120b33e3dc214282ac5f2f /testing/radvd/radvd-1.1-gnu-source.patch | |
parent | 6856d1c7ad99d4870ed8f270019fb5b320d0342e (diff) | |
download | aports-e5c3b3f71702b18447d65f6d9bae2858c055d2f5.tar.bz2 aports-e5c3b3f71702b18447d65f6d9bae2858c055d2f5.tar.xz |
testing/radvd: new aport radvd
A Router Advertisement daemon"
http://www.litech.org/radvd/"
Diffstat (limited to 'testing/radvd/radvd-1.1-gnu-source.patch')
-rw-r--r-- | testing/radvd/radvd-1.1-gnu-source.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/radvd/radvd-1.1-gnu-source.patch b/testing/radvd/radvd-1.1-gnu-source.patch new file mode 100644 index 0000000000..fc0d883557 --- /dev/null +++ b/testing/radvd/radvd-1.1-gnu-source.patch @@ -0,0 +1,11 @@ +--- radvd-1.1.orig/includes.h 2007-10-25 21:29:40.000000000 +0200 ++++ radvd-1.1/includes.h 2008-06-14 12:30:25.000000000 +0200 +@@ -18,6 +18,8 @@ + + #include <config.h> + ++#define _GNU_SOURCE /* needed for struct in6_pktinfo */ ++ + #include <string.h> + #include <stdio.h> + #include <stdarg.h> |