Skip to content

Commit 823eb3d

Browse files
committed
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
1 parent b282fa8 commit 823eb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sepgsql = shared_module('sepgsql',
3131
)
3232
contrib_targets += sepgsql
3333

34-
custom_target('sepgsql.sql',
34+
contrib_targets += custom_target('sepgsql.sql',
3535
input: 'sepgsql.sql.in',
3636
output: 'sepgsql.sql',
3737
command: [sed, '-e', 's,MODULE_PATHNAME,$libdir/sepgsql,g', '@INPUT@'],

0 commit comments

Comments
 (0)