From c7c7dfd2fcbb7305d28cdff5d1ac44f4ad9c4fe3 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 May 2012 08:41:02 +0000 Subject: ext/extmk.rb: link archives only * ext/extmk.rb (extmake): link archives only, skip script only extension libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index a498268114..45c0afd423 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -234,7 +234,7 @@ def extmake(target) unless $destdir.to_s.empty? or $mflags.defined?("DESTDIR") args += [sysquote("DESTDIR=" + relative_from($destdir, "../"+prefix))] end - if $static and %r(\A-test-) !~ target and ok + if $static and ok and !$objs.empty? and !File.fnmatch?("-*", target) args += ["static"] unless $clean $extlist.push [$static, target, $target, $preload] end -- cgit v1.2.3