mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
8abe10b3da
commit
f4bef0acfd
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Dec 3 16:06:57 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/socket/extconf.rb: remove -L/usr/local/lib.
|
||||||
|
|
||||||
Mon Dec 3 16:04:16 2001 Usaku Nakamura <usa@ruby-lang.org>
|
Mon Dec 3 16:04:16 2001 Usaku Nakamura <usa@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in: not use X11BASE, since it's not always set.
|
* configure.in: not use X11BASE, since it's not always set.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
require 'mkmf'
|
require 'mkmf'
|
||||||
|
|
||||||
$LIBPATH << "/usr/local/lib" if File.directory?("/usr/local/lib")
|
|
||||||
$CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
|
$CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
|
||||||
|
|
||||||
case RUBY_PLATFORM
|
case RUBY_PLATFORM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue