summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/a52dec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/a52dec.mk b/src/a52dec.mk
index cc4b60b..26eaa27 100644
--- a/src/a52dec.mk
+++ b/src/a52dec.mk
@@ -18,7 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi # The autotools files came with a52dec are _ancient_
- cd '$(1)' && ./configure \
+ cd '$(1)' && ./configure CFLAGS=-std=gnu89 \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=