git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b282fa8)
meson: Fix missing dependency from install-quiet to sepgsql.sql
2023年11月18日 00:29:48 +0000 (16:29 -0800)
2023年11月18日 00:29:48 +0000 (16:29 -0800)
This could lead to an error like

ERROR: File 'contrib/sepgsql/sepgsql.sql' could not be found

Backpatch: 16-, where meson was added


diff --git a/contrib/sepgsql/meson.build b/contrib/sepgsql/meson.build
index 5dbbe312b9f52b7ab5795e20c55508c5ecdd2625..c8e518b49c0de21163268b2ddb55cec0438f367d 100644 (file)
--- a/contrib/sepgsql/meson.build
+++ b/contrib/sepgsql/meson.build
@@ -31,7 +31,7 @@ sepgsql = shared_module('sepgsql',
)
contrib_targets += sepgsql
-custom_target('sepgsql.sql',
+contrib_targets += custom_target('sepgsql.sql',
input: 'sepgsql.sql.in',
output: 'sepgsql.sql',
command: [sed, '-e', 's,MODULE_PATHNAME,$libdir/sepgsql,g', '@INPUT@'],
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /