mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
amixer: define _GNU_SOURCE to get exp10
Get rid of a warning about implicit declaration of exp10, which is
behind _GNU_SOURCE as a non-standard feature. The same problem was fixed
for alsamixer in commit 116488e5f2
.
Signed-off-by: Milton Vandersloot <miltonvandersloot@fake-box.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
11e6de5493
commit
551cc37fc6
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
AM_CFLAGS = -D_GNU_SOURCE
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
LDADD = -lm
|
||||
# LDFLAGS = -static
|
||||
|
|
Loading…
Reference in a new issue