Re: [PORTS] Build 8.2 with an old linker

Tom Lane <[email protected]> Wed, 27 Dec 2006 18:53:51 -0500
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
"Thorkil Olesen" <[email protected]> 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

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate