mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 02:00:00 -04:00
Silence spurious --datarootdir warning [rt19096]
This commit is contained in:
parent
cce4e4dfd1
commit
651daefa44
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
2528. [cleanup] Silence spurious configure warning about
|
||||
--datarootdir [RT #19096]
|
||||
|
||||
2527. [bug] named could reuse cache on reload with
|
||||
enabling/disabling validation. [RT #19119]
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: rules.in,v 1.64 2008/02/18 23:46:59 tbox Exp $
|
||||
# $Id: rules.in,v 1.64.130.1 2009/01/10 01:59:21 each Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
|
|
@ -34,6 +34,7 @@ libdir = @libdir@
|
|||
sysconfdir = @sysconfdir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
DESTDIR =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue