From abbb32b2e241547431b7023664dfa148863d05a1 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Fri, 13 May 2005 08:33:18 +0000 Subject: [PATCH] contrib/src/Makefile: fixed cross compiling of twolame --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 4c38a5cc75..4a04267f91 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1027,7 +1027,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz $(EXTRACT_GZ) .twolame: twolame - (cd twolame; ./configure --prefix=$(PREFIX) && make && make install) + (cd twolame; ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) $(INSTALL_NAME) touch $@ -- 2.39.2