diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-02-17 15:23:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 21:23:54 +0000 |
commit | 73fcfa39f59113a8728249de2c4cee3025f17dc2 (patch) | |
tree | fae84b4b81aca23b3017cdca41c9c457118ae787 /yt_dlp/networking/_websockets.py | |
parent | 41d6b61e9852a5b97f47cc8a7718b31fb23f0aea (diff) |
Bugfix for beaa1a44554d04d9fe63a743a5bb4431ca778f28 (#9235)
[build:Makefile] Restore compatibility with GNU Make <4.0
- The != variable assignment operator is not supported by GNU Make <4.0
- $(shell) is a no-op in BSD Make, assigns an empty string to the var
- Try to assign with != and fallback to $(shell) if not assigned (?=)
- Old versions of BSD find have different -exec behavior
- Pipe to `sed` instead of using `find ... -exec dirname {}`
- BSD tar does not support --transform, --owner or --group
- Allow user to specify path to GNU tar by passing GNUTAR variable
- pandoc vars are immediately evaluated with != in gmake>=4 and bmake
- Suppress stderr output for pandoc -v in case it is not installed
- Use string comparison instead of int comparison for pandoc version
Authored by: bashonly
Diffstat (limited to 'yt_dlp/networking/_websockets.py')
0 files changed, 0 insertions, 0 deletions