aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/ruby-tcpwrap/files/patch-extconf.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ruby-tcpwrap/files/patch-extconf.rb b/security/ruby-tcpwrap/files/patch-extconf.rb
new file mode 100644
index 000000000000..75adce408703
--- /dev/null
+++ b/security/ruby-tcpwrap/files/patch-extconf.rb
@@ -0,0 +1,11 @@
+--- extconf.rb.orig Thu Apr 19 11:17:19 2001
++++ extconf.rb Fri Jan 24 03:42:50 2003
+@@ -9,7 +9,7 @@
+ have_func("ident_id")
+ end
+ if have_header("tcpd.h") and
+- have_library("wrap", nil)
++ have_library("wrap")
+ have_func("hsterror")
+ create_makefile("tcpwrap")
+ end