summaryrefslogtreecommitdiff
path: root/ext/extmk.rb.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-20 11:06:43 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-20 11:06:43 +0000
commitaba1f0ff387d11217f3b607e2ac9854044e2f9e1 (patch)
tree6bba0c21a2fe9d679ab972a9dda87f93cbc4223f /ext/extmk.rb.in
parent1ba17da7377d55208b9e55e447f9da2379dcfb42 (diff)
* ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb.in')
-rw-r--r--ext/extmk.rb.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index 53209fcccc..2ffc01bb21 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -377,9 +377,9 @@ def create_makefile(target)
end
$DLDFLAGS = '@DLDFLAGS@'
- if /linux/ =~ RUBY_PLATFORM and $configure_args['--enable-shared'] and "@GNU_LD@" == "yes"
- $DLDFLAGS << " -Wl,--no-undefined"
- end
+# if /linux/ =~ RUBY_PLATFORM and $configure_args['--enable-shared'] and "@GNU_LD@" == "yes"
+# $DLDFLAGS << " -Wl,--no-undefined"
+# end
if $configure_args['--enable-shared'] or "@LIBRUBY@" != "@LIBRUBY_A@"
$libs = "@LIBRUBYARG@ " + $libs