diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 04:29:05 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 04:29:05 (GMT) |
commit | a8d1b366d0b6f8f8a8876d010a7768e45580be74 (patch) | |
tree | 17f8fdaea389c94aeb5f192e569abacbb095b307 /abs/core-testing/ntp/fix-ipv6.patch | |
parent | 813bcfba9712ae5ca2defc402130488203bcefec (diff) | |
download | linhes_pkgbuild-a8d1b366d0b6f8f8a8876d010a7768e45580be74.zip linhes_pkgbuild-a8d1b366d0b6f8f8a8876d010a7768e45580be74.tar.gz linhes_pkgbuild-a8d1b366d0b6f8f8a8876d010a7768e45580be74.tar.bz2 |
ntp:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/ntp/fix-ipv6.patch')
-rw-r--r-- | abs/core-testing/ntp/fix-ipv6.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core-testing/ntp/fix-ipv6.patch b/abs/core-testing/ntp/fix-ipv6.patch new file mode 100644 index 0000000..eecd766 --- /dev/null +++ b/abs/core-testing/ntp/fix-ipv6.patch @@ -0,0 +1,10 @@ +--- ntp-4.2.4p7-orig/configure.ac 2009-06-18 14:48:12.151346763 +0200 ++++ ntp-4.2.4p7/configure.ac 2009-06-18 14:50:07.054692531 +0200 +@@ -4456,6 +4456,7 @@ + [ + AC_LANG_PROGRAM( + [ ++ #define _GNU_SOURCE + #include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> |