mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
4808. [bug] Properly test for zlib.h. [RT #46504]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
4808. [bug] Properly test for zlib.h. [RT #46504]
|
||||||
|
|
||||||
4807. [cleanup] isc_rng_randombytes() returns a specified number of
|
4807. [cleanup] isc_rng_randombytes() returns a specified number of
|
||||||
bytes from the PRNG; this is now used instead of
|
bytes from the PRNG; this is now used instead of
|
||||||
calling isc_rng_random() multiple times. [RT #46230]
|
calling isc_rng_random() multiple times. [RT #46230]
|
||||||
|
@@ -2652,7 +2652,7 @@ case "$with_zlib" in
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -f "${with_zlib}/zlib.h"
|
if test -f "${with_zlib}/include/zlib.h"
|
||||||
then
|
then
|
||||||
zlib_cflags="-I${with_zlib}/include"
|
zlib_cflags="-I${with_zlib}/include"
|
||||||
LIBS="$LIBS -L${with_zlib}/lib"
|
LIBS="$LIBS -L${with_zlib}/lib"
|
||||||
|
Reference in New Issue
Block a user