lame: search for mxe installed *.m4 macros

This commit is contained in:
Tony Theodore 2018-02-28 18:43:46 +11:00
parent f4751046f7
commit e3071de793
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ $(PKG)_CHECKSUM := ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := cc
# $(BUILD)~gettext only required for autoreconf *.m4 macros
$(PKG)_DEPS := cc $(BUILD)~gettext
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/p/lame/svn/HEAD/tree/tags' | \
@ -20,7 +21,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(SOURCE_DIR)' && autoreconf -fi
cd '$(SOURCE_DIR)' && autoreconf -fi -I'$(PREFIX)/$(BUILD)/share/aclocal'
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--disable-frontend \