summaryrefslogtreecommitdiff
path: root/pkg/openntpd/gen.lua
AgeCommit message (Collapse)Author
2020-06-05Use -isystem to include library headersMichael Forney
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-01-29Add support for building multiple configurationsMichael Forney
Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo
2019-12-04openntpd: Build against libtls-bearsslMichael Forney
2017-10-23openntpd: Don't use config-posix.hMichael Forney
2017-09-25Rewrite ninja generation scripts in LuaMichael Forney