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:
Dex Conner
2022-05-07 08:46:18 +03:00
parent 5259d23ea8
commit 615a0dea84

View File

@@ -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