Turn off IPC support when sys/shm.h is missing, to fix compilation on Termux.

This commit is contained in:
Andrew Wood
2025-01-10 23:23:07 +00:00
parent 7d6c7d0735
commit 42e47e8291
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
### UNRELEASED
* *fix:* turn off IPC support if _sys/shm.h_ is not available, for compilation on Termux
### 1.9.25 - 22 December 2024
* *fix:* test failure of **--watchfd** on macOS corrected ([#124](https://codeberg.org/a-j-wood/pv/issues/124))