Skip to Content.
Sympa Menu

freetds - Re: placeholders in TDS 7.0?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Steve Langasek <vorlon AT netexpress.net>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: placeholders in TDS 7.0?
  • Date: Mon, 25 Mar 2002 18:41:09 -0600

On Mon, Mar 25, 2002 at 03:59:23PM -0800, Eric Deutsch wrote:
>
> Hi Brian, you caught me in a lie: my "latest CVS" was a couple weeks
> old. I just pulled down the latest from CVS and compiled and tested.
> It still seems that the following patch is missing from CVS:

<Steve looks around shiftily to make sure no one is watching, then types
'cvs commit src/odbc/Makefile.am'>

I can't help much with the rest of it, I'm afraid...

Steve Langasek
postmodern programmer

> Index: src/odbc/Makefile.am
> ===================================================================
> RCS file: /cvsroot/freetds/freetds/src/odbc/Makefile.am,v
> retrieving revision 1.3
> diff -u -w -r1.3 Makefile.am
> --- src/odbc/Makefile.am 20 Feb 2002 21:14:38 -0000 1.3
> +++ src/odbc/Makefile.am 25 Feb 2002 20:14:42 -0000
> @@ -4,8 +4,11 @@
> lib_LTLIBRARIES = libtdsodbc.la
> ##EXTRA_LTLIBRARIES = libtdsodbc.la
> libtdsodbc_la_SOURCES= odbc.c connectparams.c
> -libtdsodbc_la_LIBADD= $(patsubst %, $(TDSDIR)/%, \
> - $(patsubst %.c, %.lo, $(TDSSOURCES)))
> -lglib
> +if UNIXODBC
> +libtdsodbc_la_LIBADD= $(patsubst %, $(TDSDIR)/%, $(patsubst %.c, %.lo,
> $(TDSSOURCES))) -lglib -lodbcinst
> +else
> +libtdsodbc_la_LIBADD= $(patsubst %, $(TDSDIR)/%, $(patsubst %.c, %.lo,
> $(TDSSOURCES))) -lglib
> +endif
> INCLUDES = -I$(top_srcdir)/include `glib-config --cflags
> glib` -I$(ODBC_INC)

> ## Need blank statement to avoid compiling odbc.c

Attachment: pgpMXJ6ef5W73.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page