]> 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 04:58:41 +0000 (06:58 +0200)
commit4c7345bcb6646f3690cc33154d43fcd9ebceed69
tree5b46a8f8949e6b90a3ed266b64e8c68e47f89f91
parent05b7c08a16eae9519473c61b947ea7137887b4a9
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.
lib/dns/Makefile.in