From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1026869-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F736138330 for <garchives@archives.gentoo.org>; Tue, 29 May 2018 00:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC5F2E077D; Tue, 29 May 2018 00:35:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE527E077D for <gentoo-commits@lists.gentoo.org>; Tue, 29 May 2018 00:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FFF335C72 for <gentoo-commits@lists.gentoo.org>; Tue, 29 May 2018 00:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1B2129 for <gentoo-commits@lists.gentoo.org>; Tue, 29 May 2018 00:35:31 +0000 (UTC) From: "Brian Evans" <grknight@gentoo.org> 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" <grknight@gentoo.org> Message-ID: <1527469771.18cce4abed47991b0685e50bab80bb0fa70a3f6d.grknight@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 20018_all_mariadb-10.2.16-without-clientlibs-tools.patch X-VCS-Directories: / X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 18cce4abed47991b0685e50bab80bb0fa70a3f6d X-VCS-Branch: master Date: Tue, 29 May 2018 00:35:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfb949db-5467-4ddc-8d56-3d1184a01c19 X-Archives-Hash: 8f8ba98e5f0679b294f2d7fc7d820622 commit: 18cce4abed47991b0685e50bab80bb0fa70a3f6d Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon May 28 01:09:31 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon May 28 01:09:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=18cce4ab client-libs: fix further errors 20018_all_mariadb-10.2.16-without-clientlibs-tools.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch b/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch index 8a7aae8..510e647 100644 --- a/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch +++ b/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch @@ -167,7 +167,7 @@ diff -aurN a/libmariadb/plugins/CMakeLists.txt b/libmariadb/plugins/CMakeLists.t +++ b/libmariadb/plugins/CMakeLists.txt 2018-02-27 16:59:59.028574104 -0500 @@ -1,3 +1,6 @@ +IF(WITHOUT_CLIENTLIBS) -+INCLUDE(pvio/CMakeLists.txt) ++INCLUDE(${CC_SOURCE_DIR}/plugins/pvio/CMakeLists.txt) +ELSE(WITHOUT_CLIENTLIBS) SET(PLUGIN_EXTRA_FILES ${CC_SOURCE_DIR}/libmariadb/ma_errmsg.c) FILE(GLOB plugin_dirs ${CC_SOURCE_DIR}/plugins/*)