nixpkgs/pkgs/servers/http/bozohttpd
embr dc9165346e bozohttpd: resolve warnings, serve >2GB files on 32bit host
-D_DEFAULT_SOURCE *and* -D_GNU_SOURCE together resolve all warnings
about implicitly defined functions.

-D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 enable gcc's Large File
Extensions to allow a 32-bit host to serve files larger than 2GB.

Based on what Makefile.boot does, for platforms without bmake:
http://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/httpd/Makefile.boot
2021-05-26 11:21:01 +02:00
..
0001-include-stdint.h.patch
0002-dont-use-host-BUFSIZ.patch
default.nix bozohttpd: resolve warnings, serve >2GB files on 32bit host 2021-05-26 11:21:01 +02:00