From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id E560619C0535 for ; Tue, 1 Dec 2015 01:31:22 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 14C43B5D8F6 for ; Tue, 1 Dec 2015 02:02:43 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 1245E18CC7EB for ; Tue, 1 Dec 2015 02:02:43 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E9B091205B2; Tue, 1 Dec 2015 02:02:40 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 556B5120515 for ; Tue, 1 Dec 2015 02:02:37 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=P4qtDBEF9cXOe2zRBSn37e2Hn0g=; b=zJGFO37Z/EFo7Ym0NT ZK7ccGmeaKhM2GiY3gBcxVmnTurS0ocKzjuXEYwcGJQLz3+aQsKLiEEoVk8yZ5Ea 6Cb5lBzQ0XPaRsumVuu0gve7ZpW0pec+Mc5HDXnpHqZZjbF6XfqChtYtOOSyoJYX kF/oorCU8sF89kfM6SRndgG1Q= Received: by filter0443p1mdw1.sendgrid.net with SMTP id filter0443p1mdw1.18272.565C81185D 2015-11-30 17:02:16.748653911 +0000 UTC Received: from herokuapp.com (ec2-54-158-179-27.compute-1.amazonaws.com [54.158.179.27]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id Q6tRvn1pSpyq-QReBvHU9A for ; Mon, 30 Nov 2015 17:02:16.943 +0000 (UTC) Date: Mon, 30 Nov 2015 17:02:16 +0000 From: nagachika00@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46447 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11751 X-Redmine-Issue-Author: rbj X-Redmine-Sender: nagachika X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS79M3Bl2bO4yDvBVG2Ajseexdr8iSNG26eJpH PB/c9xtv6PiXhKi6Fw6DW7lqYO6DphStHdPMHm4wZOm50s9Qu0mHTcdynS8GXsK7jz26JFoddTsex/ yjkqK2VQJwynNYgX6O4oczVrTJrqpU5a6mdc X-ML-Name: ruby-core X-Mail-Count: 71760 Subject: [ruby-core:71760] [Ruby trunk - Bug #11751] allow --with-libedit to work when a path is specified X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11751 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED ---------------------------------------- Bug #11751: allow --with-libedit to work when a path is specified https://bugs.ruby-lang.org/issues/11751#change-55170 * Author: John Hein * Status: Closed * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED ---------------------------------------- Adding dir_config("libedit") to ext/readline/extconf.rb allows the --with-libedit configuration knob to take a path (e.g., --with-libedit=/opt/libedit). Patch against trunk attached. ---Files-------------------------------- pr-ruby-libedit.diff (440 Bytes) -- https://bugs.ruby-lang.org/