From 9c15182004cd75a74530c58aa29575d1a8125837 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 5 Aug 2013 11:50:41 +0200 Subject: Build fixes. --- extra/libtheora/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/libtheora') diff --git a/extra/libtheora/PKGBUILD b/extra/libtheora/PKGBUILD index 8280477cf..9b2a3b59a 100644 --- a/extra/libtheora/PKGBUILD +++ b/extra/libtheora/PKGBUILD @@ -26,7 +26,7 @@ prepare() { build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-shared --disable-static + ./configure --prefix=/usr --enable-shared --disable-static --build=$CHOST --host=$CHOST make } -- cgit v1.2.3-54-g00ecf