Skip to content
Snippets Groups Projects
Commit e14574eb authored by Diego Biurrun's avatar Diego Biurrun
Browse files

configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.

The flag is required for some C99 math functions to be declared.
parent 25101cf5
No related branches found
No related tags found
No related merge requests found
......@@ -2477,6 +2477,7 @@ case $target_os in
os/2*)
ln_s="cp -f"
objformat="aout"
add_cppflags -D_GNU_SOURCE
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
FFSERVERLDFLAGS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment