Commit Diff
Commit:
1f475237920324bcd7e1da81592f0516ad0c787c
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Jul 13 10:25:19 2022 UTC
Message:
don't lie: not all compats (e.g. imsg) are provided by libbsd
commit - cac555b665034f9c60369b71f27ac0dc608ca69f
commit + 1f475237920324bcd7e1da81592f0516ad0c787c
blob - 46c09cdfcfc0e4a9c62f13efe6871b900dc7aff1
blob + 4e6dfe91f1af22ce74ea4acca3175d1a6fb6dd81
--- 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