Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Add back the default CFLAGS | Tavian Barnes | 2024-04-17 | 1 | -6/+20 |
| | |||||
* | build: Properly export PKG_CONFIG | Tavian Barnes | 2024-04-17 | 2 | -0/+2 |
| | |||||
* | build: Make the config scripts POSIX-compliant | Tavian Barnes | 2024-04-17 | 3 | -15/+17 |
| | |||||
* | build: Support NOLIBS=1 | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 11 | -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 builds | Tavian Barnes | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | build: Factor out vars.mk generation into a script | Tavian Barnes | 2024-04-10 | 1 | -0/+81 |
| | |||||
* | build: Run pkg-config with all packages at once | Tavian Barnes | 2024-04-10 | 7 | -44/+98 |
| | |||||
* | config/cc.sh: Pass all the flags when running the compiler | Tavian Barnes | 2024-04-10 | 1 | -4/+8 |
| | |||||
* | build: Add optional libselinux dependency | Tavian Barnes | 2024-04-10 | 2 | -0/+9 |
| | |||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 8 | -0/+150 |