diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 17:58:56 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 17:58:56 +0000 |
| commit | 96a77f096d77c06e42cf4adf43679279914836f1 (patch) | |
| tree | aaa90e93fedc802656383953822d034537ff2a93 /ChangeLog | |
| parent | b0f7dd084d2b2102fc73a7136c6e3d2c13a3af03 (diff) | |
| download | ruby-96a77f096d77c06e42cf4adf43679279914836f1.tar.gz ruby-96a77f096d77c06e42cf4adf43679279914836f1.tar.xz ruby-96a77f096d77c06e42cf4adf43679279914836f1.zip | |
* ext/openssl/extconf.rb: add check for libsocket and libnsl.
* ext/openssl/extconf.rb: use pkg-config to build CFLAGS and LDFLAGS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Fri Jul 25 02:55:59 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/extconf.rb: add check for libsocket and libnsl. + + * ext/openssl/extconf.rb: use pkg-config to build CFLAGS and LDFLAGS. + Fri Jul 25 01:27:59 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> * ext/syck/emitter.c (syck_emitter_flush): accepts count @@ -35,7 +41,7 @@ Thu Jul 24 15:50:42 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries. - * ext/openssl/extconf.rb: add check for __VA_AEGS__. + * ext/openssl/extconf.rb: add check for __VA_ARGS__. * ext/openssl/ossl.h: avoid non C99 compiler errors. |
