summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* build: Make the config scripts POSIX-compliantTavian Barnes2024-04-173-15/+17
|
* build: Support NOLIBS=1Tavian Barnes2024-04-171-1/+1
|
* build: Refactor configurationTavian Barnes2024-04-1611-125/+419
| | | | | | We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS.
* build: Fix FreeBSD *SAN buildsTavian Barnes2024-04-111-1/+1
|
* build: Factor out vars.mk generation into a scriptTavian Barnes2024-04-101-0/+81
|
* build: Run pkg-config with all packages at onceTavian Barnes2024-04-107-44/+98
|
* config/cc.sh: Pass all the flags when running the compilerTavian Barnes2024-04-101-4/+8
|
* build: Add optional libselinux dependencyTavian Barnes2024-04-102-0/+9
|
* build: Add a separate configuration stepTavian Barnes2024-04-098-0/+150