]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: fix uClibc-ng scanf check
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Fri, 3 Jun 2016 02:23:28 +0000 (04:23 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jun 2016 09:37:48 +0000 (11:37 +0200)
commit5162f7997dd260b211b72b7eed582fd41f63c4b0
tree0b99dd1cce5b3daae305f47e9fb9e00659b6f30a
parent1a5f9cdc2a7e73a64481e398c180dcacf74ff685
build-sys: fix uClibc-ng scanf check

uClibc-ng tries to be compatible with GNU libc and defines
__GLIBC__ and pretend to be version 2.2.
We once changed it to 2.10, but then some hard to fix problems
in different software packages (gcc) occured.
It would be better if we disable the special GNU libc checks
for uClibc-ng here. uClibc-ng implements the required scanf
functionality.

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
configure.ac