diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-12-01 21:58:51 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-12-01 22:18:24 +0100 |
commit | ae6902838ca8e96e37be04bd67191fde28dc4d60 (patch) | |
tree | cc81a6c80256a0c96650dcca34adc9f399c41759 /packages/bind/bind-9.3.6/configure.in.patch | |
parent | d4709e08fee35253fde4f53ab5f6a092cc393a0a (diff) |
bind: Add bind version 9.3.6
- Split the bind-utils into a new package
- epoll fails because it can not run the test. Do not use
epoll for bind... even if unlikely a resulting binary might
run on linux 2.4 and then things don't work...
Diffstat (limited to 'packages/bind/bind-9.3.6/configure.in.patch')
-rw-r--r-- | packages/bind/bind-9.3.6/configure.in.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/bind/bind-9.3.6/configure.in.patch b/packages/bind/bind-9.3.6/configure.in.patch new file mode 100644 index 0000000000..78ae9271c6 --- /dev/null +++ b/packages/bind/bind-9.3.6/configure.in.patch @@ -0,0 +1,14 @@ +--- bind-9.3.1/configure.in.orig 2005-07-10 21:21:18.000000000 +0200 ++++ bind-9.3.1/configure.in 2005-07-10 21:24:31.000000000 +0200 +@@ -1414,7 +1414,10 @@ + [AC_MSG_RESULT(no) + ISC_EXTRA_OBJS="$ISC_EXTRA_OBJS inet_ntop.$O" + ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c" +- ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"]) ++ ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"], ++ ++ [AC_MSG_RESULT(assuming target platform has working inet_ntop) ++ ISC_PLATFORM_NEEDNTOP="#undef ISC_PLATFORM_NEEDNTOP"]) + + + # On NetBSD 1.4.2 and maybe others, inet_pton() incorrectly accepts |