libsoup: use MXE aclocal macros

This commit is contained in:
Boris Nagaev 2016-04-09 21:59:19 +03:00 committed by Pavel Vatagin
parent 160aef002f
commit 985e313bde
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && NOCONFIGURE=1 ./autogen.sh
cd '$(1)' && \
NOCONFIGURE=1 \
ACLOCAL_FLAGS=-I'$(PREFIX)/$(TARGET)/share/aclocal' \
./autogen.sh
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-vala