Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1AD8A7A467 for ; Sat, 14 May 2016 23:16:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BC77A85F0A; Sat, 14 May 2016 23:16:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B10C85E80 for ; Sat, 14 May 2016 23:16:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eSoxKYwRbuLZ for ; Sat, 14 May 2016 23:16:43 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E414E84CF6 for ; Sat, 14 May 2016 23:16:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA450FBBA; Sat, 14 May 2016 23:16:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 14 May 2016 23:16:43 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/security/libgcrypt To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160514231643.DA450FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sat May 14 23:16:43 UTC 2016 Modified Files: pkgsrc/security/libgcrypt: Makefile Log Message: Fix _gcry_sha1_transform_amd64_avx undefined reference error under NetBSD/amd64 6 and CentOS 6. * Explicitly disable AVX and AVX2 for GCC 4.4 and 4.5 To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/libgcrypt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.