]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use getconf LFS_{CFLAGS,LDFLAGS,LIBS} to get flags to compile lib/dns/gen
authorOndřej Surý <ondrej@sury.org>
Mon, 27 May 2019 14:11:11 +0000 (16:11 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 29 May 2019 08:31:03 +0000 (10:31 +0200)
commit4203bdef8dcd4309dde7eb0face5599cfd4d411a
tree02acced6e0b1a8ccdf10871539854eb2ea1a0411
parentbcf4391ec6c71067eee28587810b5a69d831207a
Use getconf LFS_{CFLAGS,LDFLAGS,LIBS} to get flags to compile lib/dns/gen

On some systems (namely Debian buster armhf) the readdir() call fails
with `Value too large for defined data type` unless the
_FILE_OFFSET_BITS=64 is defined.  The correct way to fix this is to
get the appropriate compilation parameters from getconf system
interface.

(cherry picked from commit 4c7345bcb6646f3690cc33154d43fcd9ebceed69)
lib/dns/Makefile.in