Commit 3147bfed authored by Sean McGovern's avatar Sean McGovern Committed by Felix Paul Kühne

dca: force gnu89 C standard

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 3618f40881367d66fa7d961330e6fc6f1e4df683)
parent 6b3f4ad0
......@@ -24,7 +24,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
$(MOVE)
.dca: libdca
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -std=gnu89" ./configure $(HOSTCONF)
cd $< && $(MAKE) -C include install
cd $< && $(MAKE) -C libdca install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment