From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1009166-garchives=archives.gentoo.org@lists.gentoo.org> 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 0F3BA138331 for <garchives@archives.gentoo.org>; Tue, 13 Mar 2018 17:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 159A8E0843; Tue, 13 Mar 2018 17:58:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5651E0843 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:58:36 +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 E2CB5335C72 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5572F242 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:58:34 +0000 (UTC) From: "José María Alonso" <nimiux@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" <nimiux@gentoo.org> Message-ID: <1520963902.d25fe8d2f45b773dfb61db573b5d43413ce6b0cf.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/sbcl/files/sbcl-1.3.11-config.patch X-VCS-Directories: dev-lisp/sbcl/files/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d25fe8d2f45b773dfb61db573b5d43413ce6b0cf X-VCS-Branch: master Date: Tue, 13 Mar 2018 17:58:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3be8feff-4a23-4be8-94c1-9c1fa38243da X-Archives-Hash: 53ed3832fa02df9aa8f03c27cafcaef0 commit: d25fe8d2f45b773dfb61db573b5d43413ce6b0cf Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Mar 13 17:57:57 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Mar 13 17:58:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25fe8d2 dev-lisp/sbcl: Restores dropped patch Closes: https://bugs.gentoo.org/650250 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lisp/sbcl/files/sbcl-1.3.11-config.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch b/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch new file mode 100644 index 00000000000..e23f1e6d9bc --- /dev/null +++ b/dev-lisp/sbcl/files/sbcl-1.3.11-config.patch @@ -0,0 +1,16 @@ +diff -r -U2 sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux sbcl-1.3.11/src/runtime/Config.x86-64-linux +--- sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux 2016-10-30 23:28:43.000000000 +0700 ++++ sbcl-1.3.11/src/runtime/Config.x86-64-linux 2016-11-16 23:27:37.248815622 +0700 +@@ -58,12 +58,4 @@ + endif + +-# The following works for Ubuntu 16.10. There must be a better way to +-# do this across various flavors of linux. +-ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e no-pie),) +-CFLAGS += -fno-pie +-LINKFLAGS += -no-pie +-LDFLAGS += -no-pie +-endif +- + # Nothing to do for after-grovel-headers. + .PHONY: after-grovel-headers