fixme: depends: Add D_DARWIN_C_SOURCE to miniupnpc CFLAGS
This commit is contained in:
parent
3335d45f28
commit
25409b16fd
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ $(package)_build_opts=CC="$($(package)_cc)"
|
||||||
$(package)_build_opts_darwin=OS=Darwin LIBTOOL="$($(package)_libtool)"
|
$(package)_build_opts_darwin=OS=Darwin LIBTOOL="$($(package)_libtool)"
|
||||||
$(package)_build_opts_mingw32=-f Makefile.mingw
|
$(package)_build_opts_mingw32=-f Makefile.mingw
|
||||||
$(package)_build_env+=CFLAGS="$($(package)_cflags) $($(package)_cppflags)" AR="$($(package)_ar)"
|
$(package)_build_env+=CFLAGS="$($(package)_cflags) $($(package)_cppflags)" AR="$($(package)_ar)"
|
||||||
|
$(package)_build_env+=CFLAGS=-D_DARWIN_C_SOURCE
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
define $(package)_preprocess_cmds
|
||||||
|
|
Loading…
Reference in a new issue