]> git.ipfire.org Git - thirdparty/grub.git/commit
libgcrypt: Remove now unneeded compilation flag
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 7 Jul 2025 14:52:14 +0000 (14:52 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Jul 2025 21:12:51 +0000 (23:12 +0200)
commite3b78e49cdc0b35513e5acf01faad21e324f749d
treeffbd5b656a5e7876f44cbacc4f46c689539016e1
parente23704ad48ab51a9b4bbe1ef218990b55c28f0e2
libgcrypt: Remove now unneeded compilation flag

HAVE_STRTOUL is now defined in stdlib.h. Include it in g10lib.h rather
than defining on command line.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
conf/Makefile.common
util/import_gcry.py