aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-07-26 09:37:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-07-29 19:28:33 +0200
commit13c018c366309eef0e1784b09bf0355a53282721 (patch)
tree8a72f31b5389490fc49effbb13631f023b396c1c
parent7e68bd6eee05064aee05adcba4f6635ac689010a (diff)
community/zopfli: make linter happy
-rw-r--r--community/zopfli/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/zopfli/APKBUILD b/community/zopfli/APKBUILD
index 08fb51c56fb..47ed92a177d 100644
--- a/community/zopfli/APKBUILD
+++ b/community/zopfli/APKBUILD
@@ -18,8 +18,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=None \
- ${CMAKE_CROSSOPTS} .
+ -DCMAKE_BUILD_TYPE=None .
make -C build
}