Re: linking hba.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: linking hba.c
Date: 2001-08-25 23:18:26
Message-ID: 27282.998781506@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> In trying to decide how to keep ODBC compilable standalone, I can't
> figure out how to get md5.c in there from backend/libpq.

AFAIK ODBC hasn't been compilable standalone for awhile; doesn't it
depend on our toplevel configure script now?

> Is it crazy to
> put md5.c in interfaces/odbc and symlink it from there to backend/libpq
> and interfaces/libpq?

YES, that's crazy. If you think ODBC should build separately, then give
it its own copy of md5.c. But please first check that your assumption
is still valid.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-08-25 23:26:42 Re: linking hba.c
Previous Message Peter Eisentraut 2001-08-25 23:18:17 Re: [PATCHES] Makefile.PL for Pg.so