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