diff --git a/main/libtheora/APKBUILD b/main/libtheora/APKBUILD index 6f43fc2a6d8..f8b921619b9 100644 --- a/main/libtheora/APKBUILD +++ b/main/libtheora/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=libtheora pkgver=1.1.1 -pkgrel=12 +pkgrel=13 pkgdesc="An open video codec developed by the Xiph.org" url="http://www.xiph.org" arch="all" @@ -34,7 +34,7 @@ prepare() { build() { cd "$builddir" - ./configure \ + CFLAGS="${CFLAGS/-Os/-O3}" CPPFLAGS="${CPPFLAGS/-Os/-O3}" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \