summaryrefslogtreecommitdiff
path: root/ext/extmk.rb.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-11 15:13:37 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-11 15:13:37 +0000
commitdd20cbb631c68fb7583d0e82aac9fefe83c4e461 (patch)
treea9a179d23f9e5b736cfe2f07be1edf89235952fc /ext/extmk.rb.in
parentf79e4ca86719844d980da0c9e53c2f68aceb7439 (diff)
* ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb.in')
-rw-r--r--ext/extmk.rb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index dceed036ab..53209fcccc 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -378,7 +378,7 @@ def create_makefile(target)
$DLDFLAGS = '@DLDFLAGS@'
if /linux/ =~ RUBY_PLATFORM and $configure_args['--enable-shared'] and "@GNU_LD@" == "yes"
- $DLDFLAGS << " -Wl,-no-undefined"
+ $DLDFLAGS << " -Wl,--no-undefined"
end
if $configure_args['--enable-shared'] or "@LIBRUBY@" != "@LIBRUBY_A@"