summaryrefslogtreecommitdiff
path: root/ext/socket
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-03 07:09:01 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-03 07:09:01 +0000
commitf4bef0acfd2307a8d0f7b5819228362e1c7fdf02 (patch)
treef5fe2957bcd3eb9114b5e2a3c13b5232de8f0d7a /ext/socket
parent8abe10b3daa10c2d1f81fdf7d20ad148f77b42b1 (diff)
* ext/socket/extconf.rb: remove -L/usr/local/lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket')
-rw-r--r--ext/socket/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index 7dadd70078..c795d3f814 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -1,6 +1,5 @@
require 'mkmf'
-$LIBPATH << "/usr/local/lib" if File.directory?("/usr/local/lib")
$CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
case RUBY_PLATFORM