diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-01 00:36:58 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-01 00:37:40 +0200 |
commit | d940613ae9511db4a0f13bec6c79e1bc1e4097ed (patch) | |
tree | 347ebe5d79f32e36ef1a84ae8e1da48627657223 /main/libtheora | |
parent | 229cb005bbfacfb59f574675bea0f39ff1222941 (diff) | |
download | aports-d940613ae9511db4a0f13bec6c79e1bc1e4097ed.tar.bz2 aports-d940613ae9511db4a0f13bec6c79e1bc1e4097ed.tar.xz |
main/libtheora: build static lib
Resolves: https://bugs.alpinelinux.org/issues/7888
Diffstat (limited to 'main/libtheora')
-rw-r--r-- | main/libtheora/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libtheora/APKBUILD b/main/libtheora/APKBUILD index f8b921619b..de280437ed 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 } |