do not let libbind include files wipe out system headers!

This commit is contained in:
jvdias 2005-02-19 00:08:17 +00:00
parent c4b62313d4
commit 46b32db181
1 changed files with 11 additions and 0 deletions

View File

@ -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@