mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: set _GNU_SOURCE
Set CFLAG _GNU_SOURCE in order to suppress warnings about implicit declaration from strtof_l and strtod_l.
This commit is contained in:
parent
ecc9bc2524
commit
a2e98e28c1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pkgconfig.generate(filebase : 'lib@0@'.format(spa_name),
|
|||
subdirs : spa_name,
|
||||
description : 'Simple Plugin API',
|
||||
version : spaversion,
|
||||
extra_cflags : '-D_REENTRANT',
|
||||
extra_cflags : ['-D_REENTRANT', '-D_GNU_SOURCE'],
|
||||
variables : ['plugindir=${libdir}/@0@'.format(spa_name)],
|
||||
uninstalled_variables : ['plugindir=${prefix}/spa/plugins'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue