From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RjB2d-0001LH-Tu for garchives@archives.gentoo.org; Fri, 06 Jan 2012 14:45:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF8ED21C026; Fri, 6 Jan 2012 14:45:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F25021C026 for ; Fri, 6 Jan 2012 14:45:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 088D41B400E for ; Fri, 6 Jan 2012 14:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E663F80042 for ; Fri, 6 Jan 2012 14:45:02 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <047bca1c445e4e8a2e10fff1da16f26e74dacf33.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/uclibc/files/uclibc-amd64.config sys-libs/uclibc/files/uclibc-i386.config X-VCS-Directories: sys-libs/uclibc/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 047bca1c445e4e8a2e10fff1da16f26e74dacf33 Date: Fri, 6 Jan 2012 14:45:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c0947ae1-6241-429f-8db2-94c9020af198 X-Archives-Hash: 15bb0561caae93e739682cd38af36b7f commit: 047bca1c445e4e8a2e10fff1da16f26e74dacf33 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jan 6 14:44:56 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jan 6 14:44:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D047bca1c sys-libs/uclibc: disable UCLIBC_STRICT_HEADERS for readline --- sys-libs/uclibc/files/uclibc-amd64.config | 21 ++------------------- sys-libs/uclibc/files/uclibc-i386.config | 2 +- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/sys-libs/uclibc/files/uclibc-amd64.config b/sys-libs/uclibc/= files/uclibc-amd64.config index c82895c..367915c 100644 --- a/sys-libs/uclibc/files/uclibc-amd64.config +++ b/sys-libs/uclibc/files/uclibc-amd64.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.32.1 -# Thu Jan 5 19:43:19 2012 +# Fri Jan 6 09:43:44 2012 # # TARGET_alpha is not set # TARGET_arm is not set @@ -35,23 +35,6 @@ TARGET_x86_64=3Dy # TARGET_ARCH=3D"x86_64" FORCE_OPTIONS_FOR_ARCH=3Dy -# CONFIG_GENERIC_386 is not set -# CONFIG_386 is not set -# CONFIG_486 is not set -# CONFIG_586 is not set -# CONFIG_586MMX is not set -# CONFIG_686 is not set -# CONFIG_PENTIUMII is not set -# CONFIG_PENTIUMIII is not set -# CONFIG_PENTIUM4 is not set -# CONFIG_K6 is not set -# CONFIG_K7 is not set -# CONFIG_ELAN is not set -# CONFIG_CRUSOE is not set -# CONFIG_WINCHIPC6 is not set -# CONFIG_WINCHIP2 is not set -# CONFIG_CYRIXIII is not set -# CONFIG_NEHEMIAH is not set TARGET_SUBARCH=3D"" =20 # @@ -110,7 +93,7 @@ COMPAT_ATEXIT=3Dy UCLIBC_SUSV3_LEGACY=3Dy UCLIBC_SUSV3_LEGACY_MACROS=3Dy UCLIBC_SUSV4_LEGACY=3Dy -UCLIBC_STRICT_HEADERS=3Dy +# UCLIBC_STRICT_HEADERS is not set UCLIBC_HAS_STUBS=3Dy UCLIBC_HAS_SHADOW=3Dy UCLIBC_HAS_PROGRAM_INVOCATION_NAME=3Dy diff --git a/sys-libs/uclibc/files/uclibc-i386.config b/sys-libs/uclibc/f= iles/uclibc-i386.config index 421c8ed..d9a07a7 100644 --- a/sys-libs/uclibc/files/uclibc-i386.config +++ b/sys-libs/uclibc/files/uclibc-i386.config @@ -110,7 +110,7 @@ COMPAT_ATEXIT=3Dy UCLIBC_SUSV3_LEGACY=3Dy UCLIBC_SUSV3_LEGACY_MACROS=3Dy UCLIBC_SUSV4_LEGACY=3Dy -UCLIBC_STRICT_HEADERS=3Dy +# UCLIBC_STRICT_HEADERS is not set UCLIBC_HAS_STUBS=3Dy UCLIBC_HAS_SHADOW=3Dy UCLIBC_HAS_PROGRAM_INVOCATION_NAME=3Dy