$OpenBSD: patch-lib_mkmf_rb,v 1.1.1.1 2018/01/15 23:57:42 jeremy Exp $

Ignore linker warnings when compiling native extensions.

Index: lib/mkmf.rb
--- lib/mkmf.rb.orig
+++ lib/mkmf.rb
@@ -387,7 +387,7 @@ module MakeMakefile
         result = nil
         Logging.postpone do |log|
           output = IO.popen(libpath_env, command, &:read)
-          result = ($?.success? and File.zero?(log.path))
+          result = $?.success?
           output
         end
         result
