agora inbox for pgpool-committers@postgresql.org  
help / color / mirror / Atom feed
pgpool: Fix pgpool_adm Makefile.
6+ messages / 1 participants
[nested] [flat]

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:09  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:09 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_2_STABLE

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

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:09  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:09 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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=20948e0bda247a7901e6488981630a430058b...

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:09  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:09 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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=850be734efee63c3e12babb85e5387de26f5f...

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:10  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:10 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_5_STABLE

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

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:10  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:10 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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_6_STABLE

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

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix pgpool_adm Makefile.
@ 2025-11-04 01:10  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: Tatsuo Ishii @ 2025-11-04 01:10 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

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
------
master

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

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



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2025-11-04 01:10 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-11-04 01:09 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>
2025-11-04 01:09 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>
2025-11-04 01:09 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>
2025-11-04 01:10 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>
2025-11-04 01:10 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>
2025-11-04 01:10 pgpool: Fix pgpool_adm Makefile. Tatsuo Ishii <ishii@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox