lame: fix out-of-source autoreconf

pull/1508/head
Tony Theodore 6 years ago
parent 186f2597a1
commit 4cdef2162b

@ -20,7 +20,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && autoreconf -i && '$(SOURCE_DIR)/configure' \
cd '$(SOURCE_DIR)' && autoreconf -fi
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--disable-frontend \
--disable-gtktest

Loading…
Cancel
Save