Re: Build 8.2 with an old linker - Mailing list pgsql-ports

From Tom Lane
Subject Re: Build 8.2 with an old linker
Date
Msg-id 25834.1167263631@sss.pgh.pa.us
Whole thread Raw
In response to Build 8.2 with an old linker  ("Thorkil Olesen" <thorkil@pip.dknet.dk>)
List pgsql-ports
"Thorkil Olesen" <thorkil@pip.dknet.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

pgsql-ports by date:

Previous
From: "Simon Dale"
Date:
Subject: Visual Studio 2005 Build
Next
From: Tom Lane
Date:
Subject: Re: Build 8.2 with an old linker