mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-libs/libxlsxwriter: always use dynamic libs
I've previously mistakenly forced this package to always use static libs instead of dynamic libs. This commit fixes that which also handles the problem which made building with USE="xlsx" impossible. Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
This commit is contained in:
@@ -33,7 +33,7 @@ src_configure() {
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DUSE_OPENSSL_MD5="$(usex openssl ON OFF)"
|
||||
-DUSE_SYSTEM_MINIZIP="ON"
|
||||
-DBUILD_SHARED_LIBS="OFF"
|
||||
-DBUILD_SHARED_LIBS="ON"
|
||||
-DUSE_DTOA_LIBRARY=${DOUBLEFUNCTION}
|
||||
)
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user