]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: On macOS do not build functions provided by the system
authorGuillem Jover <guillem@hadrons.org>
Tue, 4 Apr 2023 21:59:05 +0000 (23:59 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 02:12:42 +0000 (04:12 +0200)
commit21d12b02112097f0c195dceb1892c95b7b957b36
tree9844c6910af3cc6b296be28d31bb44fde3639edd
parentbc65806ce22a6f838c8788435aea298e1a499c75
build: On macOS do not build functions provided by the system

We have never built before on macOS, so we can exclude all the functions
that are currently provided in the system.

Closes: #1
Closes: !3
configure.ac
include/Makefile.am
include/bsd/grp.h
include/bsd/pwd.h
include/bsd/stdlib.h
include/bsd/string.h
man/Makefile.am
src/Makefile.am
src/pwcache.c
test/Makefile.am
test/overlay.c