summaryrefslogtreecommitdiff
path: root/security/ruby-ssl/files/patch-extconf.rb
blob: 793e3cceb69fc10e7e1b363acf06f54d541b1ec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extconf.rb.orig	Tue Jan  2 06:03:16 2001
+++ extconf.rb	Tue Jan  9 19:47:42 2001
@@ -2,7 +2,7 @@
 
 SSLLIB="ssl"
 
-$CFLAGS += "-I/usr/include/openssl "
+dir_config("ssl")
 $LDFLAGS += "-lcrypto "
 
 if have_header("ssl.h")