sam / do fork watch download tarball
public
Rubygem
Description: DataObjects
Homepage: http://rubyforge.org/projects/dorb
Clone URL: git://github.com/sam/do.git
Search Repo:
Added RbMysql C-Extension to obselete the need for SWIG in the Mysql 
DataObjects Adapter.  Memory leaks abound, needs some more work I'm sure, 
but it functions properly in limited testing.
Scott Bauer (author)
Wed Feb 13 10:23:58 -0800 2008
commit  0ba3b06fa4e7fc55367f9d8eb1f12f1bcbfb6a17
tree    192868f1e00c1e1e7a53f393961ec9f250e684cb
parent  284ed4c315506796b300ef387250326ad8429929
...
58
59
60
61
62
 
 
63
64
65
66
...
58
59
60
 
 
61
62
63
64
65
66
0
@@ -58,8 +58,8 @@ desired_functions = %w(mysql_ssl_set)
0
 
0
 if have_build_env
0
   $CFLAGS << ' -Wall '
0
- dir_config("mysql_c")
0
- create_makefile("mysql_c")
0
+ dir_config("rbmysql")
0
+ create_makefile("rbmysql")
0
 else
0
   puts 'Could not find MySQL build environment (libraries & headers): Makefile not created'
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.