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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69AA2138330 for ; Mon, 28 May 2018 01:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2A4E0831; Mon, 28 May 2018 01:05:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 365FBE0831 for ; Mon, 28 May 2018 01:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F24AE335C07 for ; Mon, 28 May 2018 01:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 575722AD for ; Mon, 28 May 2018 01:05:16 +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: <1527469499.50ebb32f871e276ffef3660acab4ad8c6a4c5f46.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: 50ebb32f871e276ffef3660acab4ad8c6a4c5f46 X-VCS-Branch: master Date: Mon, 28 May 2018 01:05:16 +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: 960d2497-5464-4991-a21a-ca36fee85cbb X-Archives-Hash: c06f19a3b08102a5240c9e023dcc983c commit: 50ebb32f871e276ffef3660acab4ad8c6a4c5f46 Author: Brian Evans gentoo org> AuthorDate: Mon May 28 01:04:59 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon May 28 01:04:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=50ebb32f client-libs: fix typo 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 ba97631..8a7aae8 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(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/*)