From c15ad4a4ac0f92f8828aafcad35e50ddce22e712 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Jun 2016 01:13:39 +0000 Subject: Fix static-linked-ext encodings * common.mk (build-ext), ext/extmk.rb: use variable EXTENCS different than ENCOBJS, to get rid of circular dependency. build libencs when linking encodings statically. [ruby-core:75618] [Bug #12401] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 914b57c10d..424e72d18d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jun 18 10:13:37 2016 Nobuyoshi Nakada + + * common.mk (build-ext), ext/extmk.rb: use variable EXTENCS + different than ENCOBJS, to get rid of circular dependency. + build libencs when linking encodings statically. + [ruby-core:75618] [Bug #12401] + Sat Jun 18 08:52:46 2016 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_getline): fix pointer index -- cgit v1.2.3