aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 02:07:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 02:07:51 +0000
commit3976eb12ff5596f70350a3697389eedd9aa1710e (patch)
tree91de4c41a70ea560926d9cd92b08f438f957b565 /ChangeLog
parente3a9aee5135a83db26860502a7d384520ab3626b (diff)
downloadruby-3976eb12ff5596f70350a3697389eedd9aa1710e.tar.gz
mkmf.rb: fix framework option
* lib/mkmf.rb (have_framework): should append framework options to $LIBS, not $LDFLAGS. the former is propagated to exts.mk when enable-static-linked-ext. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42c360209d..52784f96b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-10-14 Nobuyoshi Nakada <nobu@ruby-lang.org>
+ * lib/mkmf.rb (have_framework): should append framework options to
+ $LIBS, not $LDFLAGS. the former is propagated to exts.mk when
+ enable-static-linked-ext.
+
* lib/mkmf.rb (create_makefile): ranlib on static library, not DLLIB.
2013-10-13 Andrew Grimm <andrew.j.grimm@gmail.com>