Skip to content

main/lynx: remove gzip dependency

Fredrik Foss-Indrehus requested to merge yaboyfred/aports:lynx-2.9.2-r1 into master

Grepped the Lynx v2.9.2 codebase for gzip usage, and the only flags used were -9, -d and -n as far as I could tell, all of which busybox gzip supports. Saving of timestamp is already disabled in busybox's gzip, so the -n flag is quietly ignored. Overriding gzip with busybox's, I was still able to open and read through gzipped sites. I think it's safe to strip the gzip dependency.

Merge request reports

Loading