diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-09 13:51:13 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-09 13:51:13 +0000 |
commit | 6e563a4eccdd10eb107aa1f7ac7a4ff61383f1a8 (patch) | |
tree | be9f356aed7414d780e6a995622971ae57956650 /ChangeLog | |
parent | 23f039f3b39f4eab3e23477b8e4f48d40671b9a2 (diff) | |
download | ruby-6e563a4eccdd10eb107aa1f7ac7a4ff61383f1a8.tar.gz |
configure.in: CoreFoundation framework option
* configure.in (XLDFLAGS, LIBRUBYARG_STATIC): CoreFoundation framework
option is now needed always, regardless enable-shared.
[ruby-core:56467] [Bug #8759]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Aug 9 22:51:10 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (XLDFLAGS, LIBRUBYARG_STATIC): CoreFoundation framework + option is now needed always, regardless enable-shared. + [ruby-core:56467] [Bug #8759] + Fri Aug 9 22:20:51 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * ruby.c (load_file_internal): use rb_parser_compile_string_path and |