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 3B19F19C04EF for ; Mon, 30 Nov 2015 13:16:45 +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 0E588B5D8FA for ; Mon, 30 Nov 2015 13:48:03 +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 825B718CC7AF for ; Mon, 30 Nov 2015 13:48:03 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 050761204AB; Mon, 30 Nov 2015 13:48:02 +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 00B8812049C for ; Mon, 30 Nov 2015 13:47:57 +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=zGKpbxC+ykipok3BZsmCERg2//w=; b=G0bt3jWZIb/PTwTv7r B9ESFyrat48s1tiqL0R7lMpwV3OtrZ5reTJ+ngCKMhN8tJtjtCX4F4xdcGkjlFG2 3BduVSjiSowLjWgJuD0D9W/WGatKrGZmGDFAKECYk+S9/76ojaeypmTvu+foE5dg r1KdhUSyTi+maTxJpoH3Uurek= Received: by filter0593p1mdw1.sendgrid.net with SMTP id filter0593p1mdw1.28711.565BD4F929 2015-11-30 04:47:53.713581278 +0000 UTC Received: from herokuapp.com (ec2-54-167-2-122.compute-1.amazonaws.com [54.167.2.122]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id 7eaujcCpS0yT6_mcJtXaeQ for ; Mon, 30 Nov 2015 04:47:53.740 +0000 (UTC) Date: Mon, 30 Nov 2015 04:47:53 +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: 46427 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5WSNJ/yhSTGyYZYopbkA+PeUhTPFu7LuxZFZ cAk8kS4e/yGDtB9FtHOmcBuIFl/lAVtr+vsvND2uO2fMIGXiMdz5DQRBQ7SehP9JqOlgYddE1Zpirr u6ICdrSuC4C4qL02bdDh1W3dFkeOPod5ZiT+ X-ML-Name: ruby-core X-Mail-Count: 71744 Subject: [ruby-core:71744] [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 John Hein. See also https://svnweb.freebsd.org/ports/head/lang/ruby22/files/patch-ext_readline_extconf.rb?view=markup&pathrev=400142 ---------------------------------------- Bug #11751: allow --with-libedit to work when a path is specified https://bugs.ruby-lang.org/issues/11751#change-55147 * 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/