diff options
-rw-r--r-- | src/yasm.mk | 2 |
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 \ |