[PATCH v1] [meson] add a default option prefix=/usr/local/pgsql

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, andres(at)anarazel(dot)de
Subject: [PATCH v1] [meson] add a default option prefix=/usr/local/pgsql
Date: 2022-09-30 15:21:22
Message-ID: CAEG8a3LGWE-gG6vuddmH91RORhi8gWs0mMB-hcTmP3_NVgM7dg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

autoconf set PREFIX to /usr/local/pgsql, so I think we should
do the same in meson build.

This will group all the targets generated by postgres in the same directory.

--
Regards
Junwang Zhao

Attachment Content-Type Size
0001-meson-add-a-default-option-prefix-usr-local-pgsql.patch application/octet-stream 712 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xing Guo 2022-09-30 15:32:10 Re: [PATCH] Simple code cleanup in tuplesort.c.
Previous Message Andrey Chudnovsky 2022-09-30 14:47:34 Re: [PoC] Federated Authn/z with OAUTHBEARER