mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
meson: Fix missing dependency from install-quiet to sepgsql.sql
This could lead to an error like ERROR: File 'contrib/sepgsql/sepgsql.sql' could not be found Backpatch: 16-, where meson was added
This commit is contained in:
@ -31,7 +31,7 @@ sepgsql = shared_module('sepgsql',
|
|||||||
)
|
)
|
||||||
contrib_targets += sepgsql
|
contrib_targets += sepgsql
|
||||||
|
|
||||||
custom_target('sepgsql.sql',
|
contrib_targets += custom_target('sepgsql.sql',
|
||||||
input: 'sepgsql.sql.in',
|
input: 'sepgsql.sql.in',
|
||||||
output: 'sepgsql.sql',
|
output: 'sepgsql.sql',
|
||||||
command: [sed, '-e', 's,MODULE_PATHNAME,$libdir/sepgsql,g', '@INPUT@'],
|
command: [sed, '-e', 's,MODULE_PATHNAME,$libdir/sepgsql,g', '@INPUT@'],
|
||||||
|
Reference in New Issue
Block a user