From 5157e572b8169f6a06bf265cea81da408ec0cd18 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Mar 2009 03:27:54 +0000 Subject: [PATCH] * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so that extconf.rb could refer it. [ruby-core:22725] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 20dac92b8d..0efcd9cc87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 10 12:27:52 2009 Nobuyoshi Nakada + + * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so + that extconf.rb could refer it. [ruby-core:22725] + Tue Mar 10 11:36:32 2009 Nobuyoshi Nakada * iseq.c (prepare_iseq_build): too few arguments to function diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 441e614691..5c155b4005 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -562,7 +562,7 @@ s,@DEFS@,$(DEFS),;t t s,@CPPFLAGS@,$(CPPFLAGS),;t t s,@CXXFLAGS@,$(CXXFLAGS),;t t s,@FFLAGS@,$(FFLAGS),;t t -s,@LDFLAGS@,,;t t +s,@LDFLAGS@,$(LDFLAGS),;t t s,@LIBS@,$(LIBS),;t t s,@exec_prefix@,$${prefix},;t t s,@prefix@,$(prefix),;t t