aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libtheora/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libtheora/APKBUILD b/main/libtheora/APKBUILD
index f8b921619b9..de280437edc 100644
--- a/main/libtheora/APKBUILD
+++ b/main/libtheora/APKBUILD
@@ -39,7 +39,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--enable-shared \
- --disable-static
+ --enable-static
make -C lib
make
}