From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A71D158090 for ; Sat, 7 May 2022 05:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94FF9E0821; Sat, 7 May 2022 05:51:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BCD2E0821 for ; Sat, 7 May 2022 05:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E35163413E5 for ; Sat, 7 May 2022 05:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD34D3 for ; Sat, 7 May 2022 05:51:44 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1651902676.615a0dea84264141664ae5cb0b184019ef196f5c.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libxlsxwriter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild X-VCS-Directories: dev-libs/libxlsxwriter/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: 615a0dea84264141664ae5cb0b184019ef196f5c X-VCS-Branch: dev Date: Sat, 7 May 2022 05:51:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f547dfd-9831-4b11-bdee-4b8b05808e6f X-Archives-Hash: d10ce5051103b26d924c403f8c8f17df commit: 615a0dea84264141664ae5cb0b184019ef196f5c Author: Dex Conner danwin1210 de> AuthorDate: Sat May 7 05:46:18 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Sat May 7 05:51:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=615a0dea 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 danwin1210.de> dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild b/dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild index 07fc47a52..d56946fb7 100644 --- a/dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild +++ b/dev-libs/libxlsxwriter/libxlsxwriter-1.1.4.ebuild @@ -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