whois icon indicating copy to clipboard operation
whois copied to clipboard

config.h: fix uclibc build without NLS

Open ffontaine opened this issue 2 years ago • 0 comments

uclibc defines __GLIBC__ but doesn't always have NLS support resulting in the following build failure:

In file included from whois.h:1,
                 from whois.c:44:
utils.h:38:11: fatal error: libintl.h: No such file or directory
   38 | # include <libintl.h>
      |           ^~~~~~~~~~~

Fixes:

  • http://autobuild.buildroot.org/results/a9d1c9076345d94ac2f9a4008b8563c5a34f655e

Signed-off-by: Fabrice Fontaine [email protected]

ffontaine avatar Jun 29 '22 19:06 ffontaine