From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: meson: Add missing dependency to unicode test programs |
Date: | 2024-10-30 07:31:33 |
Message-ID: | E1t63B0-0037Y4-Dw@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
meson: Add missing dependency to unicode test programs
The test programs in src/common/unicode/ (case_test, category_test,
norm_test), don't build with meson if the nls option is enabled,
because a libintl dependency is missing. Fix that. (The makefiles
are ok.)
Reviewed-by: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/52db1d2b-4b96-473e-b323-a4b16a950fba%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2845cd1ca0cd2c11230f75d75405882e8bc35525
Modified Files
--------------
src/common/unicode/meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2024-10-30 10:29:44 | pgsql: Fix some more bugs in foreign keys connecting partitioned tables |
Previous Message | Amit Kapila | 2024-10-30 07:18:58 | pgsql: Replicate generated columns when specified in the column list. |