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 B323D19C0578 for ; Wed, 2 Dec 2015 14:43:42 +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 18A89B5D819 for ; Wed, 2 Dec 2015 15:15:06 +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 9CBF218CC7E2 for ; Wed, 2 Dec 2015 15:15:06 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A5128120500; Wed, 2 Dec 2015 15:15:05 +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 9B1DF12047B for ; Wed, 2 Dec 2015 15:15:02 +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=ib0Nv7WlwDcFHvGZwRz/Ix5NnHU=; b=ifcKHpMh77CR2F8/Y8 XMIzqcIjRnyqzA5tpA7rLs+HhNPyt+nwZoLTtGNn2OAQpbNnz+WC9/98i2G9GamV 1O2go0HeJGmafOTBPDiIP6U5J5HPIuoRDn1yGyLzL2fU75OYlCH0jHHz8h9t/FRt iXGIRkHfW2BL5OxSpGjSDafFo= Received: by filter0921p1mdw1.sendgrid.net with SMTP id filter0921p1mdw1.7807.565E8C6233 2015-12-02 06:14:58.547291562 +0000 UTC Received: from herokuapp.com (ec2-54-160-169-204.compute-1.amazonaws.com [54.160.169.204]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id 4yYBJmdnS3SKYEzHkZVPjA for ; Wed, 02 Dec 2015 06:14:58.545 +0000 (UTC) Date: Wed, 02 Dec 2015 06:14:58 +0000 From: usa@garbagecollect.jp 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: 46480 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11751 X-Redmine-Issue-Author: rbj X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5D20UmkCBOzRbGSBOH0me8pegfv95Vd9Sujn OH2ZqWmdgPqf2TI1uLInPq9yySsIAnF0GQ82HXsY7/TdCyjaLIwPwoXjkSBxuvINUEFwHJkEsh7JgH VaSxvuC1zTf9kAi5zmaMzAN1zHMojwD9dq1w X-SendGrid-Contentd-ID: {"test_id":"1449036899"} X-ML-Name: ruby-core X-Mail-Count: 71792 Subject: [ruby-core:71792] [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 Usaku NAKAMURA. Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE to 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE ruby_2_1 r52853 merged revision(s) 52795. ---------------------------------------- Bug #11751: allow --with-libedit to work when a path is specified https://bugs.ruby-lang.org/issues/11751#change-55202 * Author: John Hein * Status: Closed * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE ---------------------------------------- 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/