| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgpool: Fix pgpool_adm Makefile. |
| Date: | 2025-11-04 01:09:55 |
| Message-ID: | E1vG5YZ-00A7D7-1T@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Fix pgpool_adm Makefile.
The Makefile set SHLIB_LINK. However nowadays PostgreSQL provides most
of the SHLIB_LINK options in Makefile.global except
-L../../libs/pcp/.libs -lpcp. Moreover '${prefix}/lib', which is
currently in the option, is harmful because while building rpm
packages, check_rpaths complains that /libs is in rpath. So remove
all the options except -L../../libs/pcp/.libs -lpcp.
Backpatch-through: v4.2
Branch
------
V4_4_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=850be734efee63c3e12babb85e5387de26f5fefa
Modified Files
--------------
src/sql/pgpool_adm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2025-11-04 01:10:01 | pgpool: Fix pgpool_adm Makefile. |
| Previous Message | Tatsuo Ishii | 2025-11-04 01:09:50 | pgpool: Fix pgpool_adm Makefile. |