Adding flag LDFLAGS for compilation of regression tests

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Adding flag LDFLAGS for compilation of regression tests
Date: 2014-03-14 07:06:11
Message-ID: CAB7nPqQ-D2JLdq47-LLG2=AaSZ1LMH5zOpbVAMzBqU6Scp0Krw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,

I noticed that the regression tests of odbc do not take into account
LDFLAGS at compilation, only CFLAGS actually. Having the possibility
to use this flag is useful particularly when libodbc.so is in a
customized path. Patch is attached.
Regards,
--
Michael

Attachment Content-Type Size
20140314_pgodbc_regress_ldflags.patch text/plain 567 bytes

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-14 11:02:30 Re: Adding flag LDFLAGS for compilation of regression tests
Previous Message Michael Paquier 2014-03-13 14:20:58 Re: Regression tests for functions of info.c