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 1645E19C04EF for ; Mon, 30 Nov 2015 13:09:28 +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 E447BB5D8F9 for ; Mon, 30 Nov 2015 13:40:45 +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 62EA018CC7E6 for ; Mon, 30 Nov 2015 13:40:46 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 091C21204A1; Mon, 30 Nov 2015 13:40:46 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 39D30120460 for ; Mon, 30 Nov 2015 13:40:42 +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=g+PxC1lyWZ5iUqHFxc0/WGCruhg=; b=FsIyfcBpCzr18XY8p3 s8w3zCQ7IWPYv50yzzIiRBo8z/bs8OL9zvKVBr2kXcyPD4n3ycaLyx2l1nBBXVgv OfVs3Chf/Zl7NoZ1dgWMdVPhDvQB6sR2E4qINqJAiGGx7MmPVJ4e/bW+ZmhJhYjG CaPx0RBNyxesMwz09ww+zILhU= Received: by filter0533p1mdw1.sendgrid.net with SMTP id filter0533p1mdw1.20999.565BD34322 2015-11-30 04:40:35.385580402 +0000 UTC Received: from herokuapp.com (ec2-54-157-225-218.compute-1.amazonaws.com [54.157.225.218]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id ieuvOmfdQzGwGAxo0eIdow for ; Mon, 30 Nov 2015 04:40:35.213 +0000 (UTC) Date: Mon, 30 Nov 2015 04:40:35 +0000 From: rkf4dwbqxb@snkmail.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: 46426 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11751 X-Redmine-Issue-Author: rbj X-Redmine-Sender: rbj 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7dolY7nH0o+MmlNgWjePn7njgbrzKQKi3ec6 DI9l0Rpby2yWT1EosJY0guIoFJZgW1K/Ghmoes3kPIeQe6FWdZONOzia5WzWt14/xrHE/PzYBTjEGJ 2T60rpcfuNTy//zfbo2tbYhYtqzjFRablpKQ X-ML-Name: ruby-core X-Mail-Count: 71743 Subject: [ruby-core:71743] [Ruby trunk - Bug #11751] [Open] 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 reported by John Hein. ---------------------------------------- Bug #11751: allow --with-libedit to work when a path is specified https://bugs.ruby-lang.org/issues/11751 * Author: John Hein * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- 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/