From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A378D198005 for ; Sat, 16 Mar 2013 19:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E36FE05EF; Sat, 16 Mar 2013 19:19:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ACA6E05D7 for ; Sat, 16 Mar 2013 19:19:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84ACA33D3DA for ; Sat, 16 Mar 2013 19:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F12DE4079 for ; Sat, 16 Mar 2013 19:19:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1362864879.884a9bdd0bd03bb8c6a2bdc1b1ef1fccd4380221.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 884a9bdd0bd03bb8c6a2bdc1b1ef1fccd4380221 X-VCS-Branch: master Date: Sat, 16 Mar 2013 19:19:45 +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: 96884db4-3b21-45bf-a681-57c2a9f590e2 X-Archives-Hash: fa90c215b2f81957212c3012dd343caf commit: 884a9bdd0bd03bb8c6a2bdc1b1ef1fccd4380221 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Mar 9 21:34:39 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Mar 9 21:34:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=884a9bdd Bug #401733: nested configure scripts in MySQL generate unrecognized options false positives when toplevel configure passes downwards. Signed-off-by: Robin H. Johnson gentoo.org> --- eclass/mysql-autotools.eclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index 70b5123..d9ed718 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -456,6 +456,8 @@ mysql-autotools_src_prepare() { # @DESCRIPTION: # Configure mysql to build the code for Gentoo respecting the use flags. mysql-autotools_src_configure() { + # bug 401733 + export QA_CONFIGURE_OPTIONS=".*" # Make sure the vars are correctly initialized mysql_init_vars