diff options
Diffstat (limited to 'databases/ruby-sybct/files/patch-extconf.rb')
-rw-r--r-- | databases/ruby-sybct/files/patch-extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-sybct/files/patch-extconf.rb b/databases/ruby-sybct/files/patch-extconf.rb index 1d86666b4c24..695628f04451 100644 --- a/databases/ruby-sybct/files/patch-extconf.rb +++ b/databases/ruby-sybct/files/patch-extconf.rb @@ -11,7 +11,7 @@ + sybase = "%%LOCALBASE%%" + $CFLAGS = "-g -Wall -DFREETDS -I#{sybase}/include" + $LDFLAGS = " -L#{sybase}/lib " -+ $LOCAL_LIBS = "-lct -lsybdb -ltds -rdynamic -lm -liconv" ++ $LOCAL_LIBS = "-lct -lsybdb -ltds -rdynamic -lm %%ICONV_LIB%%" ### mac-osx-tiger + Free TDS (freetds-0.64 ) ################ # sybase = "/usr/local/freetds" |