diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-11 10:58:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 10:58:52 +0000 |
commit | aa1a6ba6a5924b5823ab5d68cc325287be2422a9 (patch) | |
tree | 26b1492b39070583a6ba9f445433d40cf2ed5526 /packages/bind/bind-9.3.1/configure.in.patch | |
parent | 694993329317a1c144a68886b43f11b45899350e (diff) | |
parent | 047c20edd445e7210f4e3dcce9d545f71c4cada6 (diff) |
propagate from branch 'org.openembedded.dev' (head ef5052f6f05fb50a73e1535b3bfe8a3458070397)
to branch 'org.openembedded.nslu2-linux' (head 49e8d85b0430ec83a9e882230e3044c74359e2e4)
Diffstat (limited to 'packages/bind/bind-9.3.1/configure.in.patch')
-rw-r--r-- | packages/bind/bind-9.3.1/configure.in.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/bind/bind-9.3.1/configure.in.patch b/packages/bind/bind-9.3.1/configure.in.patch new file mode 100644 index 0000000000..78ae9271c6 --- /dev/null +++ b/packages/bind/bind-9.3.1/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 |