Re: Allow to add compile option to CFLAGS

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Allow to add compile option to CFLAGS
Date: 2025-12-09 07:52:29
Message-ID: 20251209.165229.722830885178934189.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-hackers

> PostgreSQL allows to use "COPT" environment variable to add optional
> compiler flags at make time.
>
> https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-ENVVARS
>
> Unfortunately pgpool does not have such a mechanism. Attached small
> patch adds support for "COPT".
>
> Comments and suggestions are welcome.

Forgot to attach the patch.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Attachment Content-Type Size
configure.ac.patch application/octet-stream 356 bytes

In response to

Browse pgpool-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-12-14 13:02:31 Feature: add sync message logging to log_per_node_statement and notice_per_node_statement
Previous Message Tatsuo Ishii 2025-12-08 09:23:18 Refactor BackendFlagsShowFunc()