mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
After changing the namespace.h header we need to provide _err on macOS, too.
Previously we used the system libc err*/warn*, but that does not provide
_err/_warn (which is used by other bootstrapped files from libc).
To fix this problem bootstrap err.c on macOS as well.
Fixes:
|
||
|---|---|---|
| .. | ||
| bootstrap-m4 | ||
| cross-build | ||
| libc-bootstrap | ||
| make_check | ||
| mk | ||
| options | ||
| beinstall.sh | ||
| check-links.sh | ||
| depend-cleanup.sh | ||
| dummy.c | ||
| futimens.c | ||
| make.py | ||
| Makefile | ||
| Makefile.depend | ||
| stat.h | ||
| stdlib.h | ||
| strings.h | ||
| utimensat.c | ||