From 46b32db181fc9b9a42cfb137872a8c5d03feb5d4 Mon Sep 17 00:00:00 2001 From: jvdias Date: Sat, 19 Feb 2005 00:08:17 +0000 Subject: [PATCH] do not let libbind include files wipe out system headers! --- bind-9.3.1rc1-fix_libbind_includedir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bind-9.3.1rc1-fix_libbind_includedir.patch diff --git a/bind-9.3.1rc1-fix_libbind_includedir.patch b/bind-9.3.1rc1-fix_libbind_includedir.patch new file mode 100644 index 0000000..2066e32 --- /dev/null +++ b/bind-9.3.1rc1-fix_libbind_includedir.patch @@ -0,0 +1,11 @@ +--- bind-9.3.1rc1/lib/bind/make/rules.in.fix_libbind_includedir 2004-10-19 20:14:47.000000000 -0400 ++++ bind-9.3.1rc1/lib/bind/make/rules.in 2005-02-18 12:31:24.000000000 -0500 +@@ -29,7 +29,7 @@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ + sbindir = @sbindir@ +-includedir = @includedir@ ++includedir = @includedir@/bind + libdir = @libdir@ + sysconfdir = @sysconfdir@ + localstatedir = @localstatedir@