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
-
Don't build static libraries on Cygwin
- a33245a8537f 12.0 landed
-
Add application_name to connection authorized msg
- 8bddc864000f 12.0 cited