mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
Silence spurious --datarootdir warning [rt19096]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2528. [cleanup] Silence spurious configure warning about
|
||||||
|
--datarootdir [RT #19096]
|
||||||
|
|
||||||
2527. [placeholder]
|
2527. [placeholder]
|
||||||
|
|
||||||
2526. [func] New named option "attach-cache" that allows multiple
|
2526. [func] New named option "attach-cache" that allows multiple
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: rules.in,v 1.64 2008/02/18 23:46:59 tbox Exp $
|
# $Id: rules.in,v 1.65 2009/01/10 01:57:00 each Exp $
|
||||||
|
|
||||||
###
|
###
|
||||||
### Common Makefile rules for BIND 9.
|
### Common Makefile rules for BIND 9.
|
||||||
@@ -34,6 +34,7 @@ libdir = @libdir@
|
|||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
|
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user