Merge pull request #919 from pwithnall/glnx-c99

build: Add -std=gnu99 to libglnx CFLAGS
This commit is contained in:
Matthias Clasen
2017-07-12 11:16:34 -04:00
committed by GitHub

View File

@@ -79,6 +79,7 @@ libglnx_srcpath := $(srcdir)/libglnx
libglnx_cflags := \
$(BASE_CFLAGS) \
"-I$(libglnx_srcpath)" \
-std=gnu99 \
$(HIDDEN_VISIBILITY_CFLAGS) \
$(NULL)
libglnx_libs := $(BASE_LIBS)