]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Conditionalize only id-from-name functions not the entire pwcache
authorGuillem Jover <guillem@hadrons.org>
Sun, 23 Apr 2023 00:00:10 +0000 (02:00 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 29 Apr 2023 01:52:42 +0000 (03:52 +0200)
commitdc1bd1a2cbead8a75febae0514904674bbfbf1ed
tree456c79df1f3fd213997bf62fbcbebff8f1581aa4
parentedc746ea7b8725578e8533b094d40c2be5c04b8b
build: Conditionalize only id-from-name functions not the entire pwcache

On macOS the name-from-id functions are present, but not the
id-from-name ones, so we want to provide those instead of suppressing
the entire file.
configure.ac
man/Makefile.am
src/Makefile.am
test/Makefile.am