From 8da15c8aba312abc8d11cbedee8f6eb9ef01fe2b Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Sun, 8 May 2022 10:52:31 +0300 Subject: [PATCH] Disable building of static libraries This prevents generation of (nonfunctional) CMake imported targets for static libraries and unbreaks the autogenerated CMake package file. --- trunk/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 2ec7b64a..7add06c9 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -28,6 +28,7 @@ build() { -DCMAKE_BUILD_TYPE=None \ -DWITH_JAVA=ON \ -DWITH_JPEG8=ON \ + -DENABLE_STATIC=OFF \ -W no-dev \ -B build \ -S $pkgname-$pkgver -- 2.36.1