Commit Diff
Commit:
1f475237920324bcd7e1da81592f0516ad0c787c
Date:
Wed Jul 13 10:25:19 2022
UTC
Message:
don't lie: not all compats (e.g. imsg) are provided by libbsd
--- README.md
+++ README.md
@@ -44,10 +44,7 @@ For new versions of libbsd, this will pull in the libr
CFLAGS="$(pkg-config --cflags libbsd-overlay)" \
./configure LDFLAGS="$(pkg-config --libs libbsd-overlay)"
-For new versions of libbsd, this will pull in the library for all
-compatibility replacements instead of those within `compats.c`.
-
## Usage
The fine man page has all nitty gritty details, but the TL;DR is
Omar Polo