libbsd: fixed another typo in README

This commit is contained in:
Matt Housh 2024-09-02 16:38:48 -05:00
parent 9c25607c35
commit a554f3911d
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7

View File

@ -5,6 +5,6 @@ required to set various build environment variables to allow other software
to discover libbsd, for example (alter as needed): to discover libbsd, for example (alter as needed):
CFLAGS="${CFLAGS} -I/usr/opt/libbsd/include" CFLAGS="${CFLAGS} -I/usr/opt/libbsd/include"
LDFLAGS="${LDFLAGS" -L/usr/opt/libbsd/lib" LDFLAGS="${LDFLAGS}" -L/usr/opt/libbsd/lib"
LD_LIBRARY_PATH="/usr/opt/libbsd/lib" LD_LIBRARY_PATH="/usr/opt/libbsd/lib"
PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig" PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig"