summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-06 14:20:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-06 14:20:52 (GMT)
commit1f526499b1d592d671ee95a6c4f89b046b285e4f (patch)
tree7ed1ec718944bed497c0bc9c2e130a2ee331f14d /src
parent1084cc53466e1b77c53e309b14fe613ed55cb510 (diff)
parent019e4212642a8996d0238beacf0b660f058a8373 (diff)
downloadmxe-1f526499b1d592d671ee95a6c4f89b046b285e4f.zip
mxe-1f526499b1d592d671ee95a6c4f89b046b285e4f.tar.gz
mxe-1f526499b1d592d671ee95a6c4f89b046b285e4f.tar.bz2
Merge pull request #833 from LuaAndC/a52dec-rm-aclocal
a52dec: rm aclocal.m4
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=