libmodplug1: define _GNU_SOURCE so string.h includes strings.h

This commit is contained in:
Jeremy Soller 2026-05-02 11:10:15 -06:00
parent 0564884467
commit e36c3d98eb

View File

@ -9,5 +9,7 @@ autotools_recursive_regenerate
template = "custom"
script = """
DYNAMIC_INIT
# For strings.h from string.h
export CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
cookbook_configure
"""