forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9aa374d
committed
meson: Make sed optional
sed is used only if dtrace or selinux are enabled. Those options areonly used on Unix platforms, which should have sed. But we don't wantto make sed a hard requirement on Windows, which was the case in mesonuntil now.This just changes sed to be not-required by meson. If you happen touse a system with, say, dtrace but without sed, you might get aslightly complicated error from meson during the build, but that seemsbetter than making the requiredness a complicated conditional thatwill need to be maintained.Discussion:https://www.postgresql.org/message-id/flat/ZQzp_VMJcerM1Cs_%40paquier.xyz1 parentc161ab7 commit9aa374d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
|
0 commit comments
Comments
(0)