From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 348201381FA for ; Wed, 14 May 2014 14:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ADC1E0A86; Wed, 14 May 2014 14:50:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28C86E0A86 for ; Wed, 14 May 2014 14:50:52 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0F733FF14 for ; Wed, 14 May 2014 14:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C35541818D for ; Wed, 14 May 2014 14:50:49 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1400079042.fd82e8e13b6de28b2388c1b8812f4b2a32950a7c.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: fd82e8e13b6de28b2388c1b8812f4b2a32950a7c X-VCS-Branch: master Date: Wed, 14 May 2014 14:50:49 +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-Archives-Salt: d6a8c4f8-1333-48e7-aaaa-244635a3f874 X-Archives-Hash: 49de94971b857428a3bfcf6edf962ba1 commit: fd82e8e13b6de28b2388c1b8812f4b2a32950a7c Author: Brian Evans gentoo org> AuthorDate: Wed May 14 14:50:42 2014 +0000 Commit: Brian Evans lavabit com> CommitDate: Wed May 14 14:50:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=fd82e8e1 [eclass] Fix static-libs on minimal --- eclass/mysql-cmake.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index a9c743d..7bfdf53 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -129,6 +129,7 @@ configure_cmake_minimal() { -DWITHOUT_MYISAM_STORAGE_ENGINE=1 -DWITHOUT_PARTITION_STORAGE_ENGINE=1 -DWITHOUT_INNOBASE_STORAGE_ENGINE=1 + $(cmake-utils_use_enable static-libs STATIC_LIBS) ) }