mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
libmodplug1: define _GNU_SOURCE so string.h includes strings.h
This commit is contained in:
parent
0564884467
commit
e36c3d98eb
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user