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 BF51C13838B for ; Wed, 17 Sep 2014 21:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56C27E0ACE; Wed, 17 Sep 2014 21:41:38 +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 EF770E0ABF for ; Wed, 17 Sep 2014 21:41:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23BFD34026F for ; Wed, 17 Sep 2014 21:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51505D59 for ; Wed, 17 Sep 2014 21:41:35 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1406603127.bff239ae984911e35968caacd8a5634bb425e1a0.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/site/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/site/mipsel-linux-gnu X-VCS-Directories: wrappers/site/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: bff239ae984911e35968caacd8a5634bb425e1a0 X-VCS-Branch: master Date: Wed, 17 Sep 2014 21:41:35 +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: 3870b179-4050-4c40-a129-b2f6bfaf38a2 X-Archives-Hash: 85e0cb65aec347262d5696f59b356e8b Message-ID: <20140917214135.eEnsgOBe39hMIu4beWl_aDHhWb9OXdIi0FNlxkDD8v8@z> commit: bff239ae984911e35968caacd8a5634bb425e1a0 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jul 29 03:05:27 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jul 29 03:05:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=bff239ae site: drop duplicated socket logic The core linux-gnu site had its abstract sockets set to yes, but the mips one was specifically setting it to no. Drop the mips code. URL: http://crbug.com/394181 Signed-off-by: Mike Frysinger gentoo.org> --- wrappers/site/mipsel-linux-gnu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wrappers/site/mipsel-linux-gnu b/wrappers/site/mipsel-linux-gnu index 3053dd6..d8b829f 100644 --- a/wrappers/site/mipsel-linux-gnu +++ b/wrappers/site/mipsel-linux-gnu @@ -150,9 +150,6 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} glib_cv_long_long_format=${glib_cv_long_long_format=ll} -#dbus-glib -ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} - # gnucash am_cv_scanf_lld=${am_cv_scanf_lld=yes} @@ -209,7 +206,6 @@ ac_cv_func_realloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_strnlen_working=yes -ac_cv_have_abstract_sockets=no ac_cv_header_pwd_h=yes ac_cv_printf_zd_format=yes enable_malloc0returnsnull=yes