summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2021-02-27 09:10:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2021-02-27 09:10:35 (GMT)
commit29bdf5b0692e1032eb1aa648f39a22f923a3d29d (patch)
treee3a9954a0830730d5e0f2c98315f3e61f353e0d4
parente187a1adcb3d1ec3ba08ce3a12f6f58232bf6d59 (diff)
downloadmxe-29bdf5b0692e1032eb1aa648f39a22f923a3d29d.zip
mxe-29bdf5b0692e1032eb1aa648f39a22f923a3d29d.tar.gz
mxe-29bdf5b0692e1032eb1aa648f39a22f923a3d29d.tar.bz2
yasm: autoreconf to update config.sub etc.
-rw-r--r--src/yasm.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yasm.mk b/src/yasm.mk
index b6d4eb9..63bae61 100644
--- a/src/yasm.mk
+++ b/src/yasm.mk
@@ -22,6 +22,8 @@ define $(PKG)_BUILD
# yasm is always static
# build libyasm and tools
+ # autoreconf to update config.sub etc.
+ cd '$(SOURCE_DIR)' && autoreconf -fi
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--disable-nls \