mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-09 10:06:17 -05:00
Define _GNU_SOURCE so that <fcntl.h> gives O_CLOEXEC
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
57ce918928
commit
30f59937b1
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ then
|
|||
AC_MSG_RESULT($CC)
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
||||
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue