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: Wed, 27 Dec 2006 18:53:51 -0500
- Message-id: <25834.1167263631@sss.pgh.pa.us> <text/plain>
"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
Home |
Main Index |
Thread Index