pgpool: Fix pgpool_adm Makefile.

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:50
Message-ID: E1vG5YT-00A6zw-1x@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_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=20948e0bda247a7901e6488981630a430058b18f

Modified Files
--------------
src/sql/pgpool_adm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-11-04 01:09:55 pgpool: Fix pgpool_adm Makefile.
Previous Message Tatsuo Ishii 2025-11-04 01:09:44 pgpool: Fix pgpool_adm Makefile.