Re: Cygwin linking rules

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marco Atzeri <marco.atzeri@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-10-02T17:20:58Z
Lists: pgsql-hackers
Marco Atzeri <marco.atzeri@gmail.com> writes:
> [ cygwin-soversion.diff ]

Oh, one other minor comment on this patch: the rule for the "stlib"
must not be just

$(stlib): $(shlib) ;

Something like this would work:

$(stlib): $(shlib)
	touch $@

See e.g. the AIX case in Makefile.shlib, which is doing about the
same thing.

			regards, tom lane


Commits

  1. Don't build static libraries on Cygwin

  2. Add application_name to connection authorized msg