Commit Graph

10 Commits

Author SHA1 Message Date
Michael Forney 162ec3384e nginx: Enable http2 2020-07-05 16:15:40 -07:00
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
Michael Forney 051963c7fe Add support for building multiple configurations
Now, you can build in separate directories per configuration:

	mkdir foo
	(cd foo && ../setup.lua)
	samu -C foo
2020-01-29 22:14:33 -08:00
Michael Forney 064c90cc02 nginx: Update to 1.16.0 2019-04-23 23:20:14 -07:00
Michael Forney 35337547a8 nginx: Need to depend on $dir/fetch and $dir/deps 2018-01-12 10:26:31 -08:00
Michael Forney a88bdedbcf nginx: ngx_module.c.o depends on pkg.deps 2017-12-30 22:44:56 -08:00
Michael Forney f4c50108da Add raw mode for iterlines 2017-12-30 22:43:47 -08:00
Michael Forney e5cfa84477 Move $outdir/fetch.stamp -> $dir/fetch 2017-10-23 21:43:33 -07:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00