diff options
author | Alexander Edland <s@ocv.me> | 2018-08-05 20:50:07 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 20:59:20 +0200 |
commit | 062fe1d193c11b526f2e01104aff65f74483fe20 (patch) | |
tree | 9374653bc0d1092bbf33d90f133858f9112fca2f /testing/lsmash | |
parent | 6c807b79265b4c94fd6f2def377ff30c8edeb037 (diff) | |
download | aports-062fe1d193c11b526f2e01104aff65f74483fe20.tar.bz2 aports-062fe1d193c11b526f2e01104aff65f74483fe20.tar.xz |
testing/lsmash: also build static libs
Diffstat (limited to 'testing/lsmash')
-rw-r--r-- | testing/lsmash/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/lsmash/APKBUILD b/testing/lsmash/APKBUILD index 4ec5ba3ece..59e8147ce2 100644 --- a/testing/lsmash/APKBUILD +++ b/testing/lsmash/APKBUILD @@ -17,7 +17,6 @@ build() { ./configure \ --prefix=/usr \ --extra-cflags=-fPIC \ - --disable-static \ --enable-shared make } |