Re: Build 8.2 with an old linker

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thorkil Olesen" <thorkil(at)pip(dot)dknet(dot)dk>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Build 8.2 with an old linker
Date: 2006-12-27 23:53:51
Message-ID: 25834.1167263631@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Thorkil Olesen" <thorkil(at)pip(dot)dknet(dot)dk> writes:
> --- postgresql-8.2.0/src/interfaces/libpq/Makefile.old Fri Dec 15 15:57:52
> 2006
> +++ postgresql-8.2.0/src/interfaces/libpq/Makefile Fri Dec 15 15:58:53
> 2006
> @@ -140,7 +140,7 @@
> $(shlib): exports.list

> exports.list: exports.txt
> - echo '{ global:' >$@
> + echo 'VERSION { global:' >$@
> $(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
> echo ' local: *; };' >>$@

Done, thanks for the suggestion.

regards, tom lane

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2006-12-27 23:57:59 Re: Build 8.2 with an old linker
Previous Message Simon Dale 2006-12-19 16:09:35 Visual Studio 2005 Build