| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Matthias Apitz <guru(at)unixarea(dot)de> |
| Cc: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Linux: directory change .../lib to .../lib64 |
| Date: | 2021-12-01 16:10:28 |
| Message-ID: | 1734270.1638375028@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Matthias Apitz <guru(at)unixarea(dot)de> writes:
> configure:2687: loading site script /usr/share/site/x86_64-unknown-linux-gnu
> | #!/bin/sh
> | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
> |
> | # If user did not specify libdir, guess the correct target:
> | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
> | if test "$libdir" = '${exec_prefix}/lib' ; then
> ...
Well, Autoconf's provision for site-local scripts is very ancient.
I say again that this isn't anything we've changed: either that
file wasn't there last time you did this, or its contents changed
underneath you.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | SQL Padawan | 2021-12-01 18:22:40 | Re: Database Scalability |
| Previous Message | Ben Chobot | 2021-12-01 14:53:20 | Re: Database Scalability |