contrib/libbsd
Matt Housh 3188225a11 [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking
See the README for info and please feel free to report any issues discovered.
2022-10-03 12:32:37 -05:00
..
.footprint [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking 2022-10-03 12:32:37 -05:00
.signature libbsd: updated to version 0.11.6 2022-04-15 21:28:54 +02:00
libbsd.conf [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking 2022-10-03 12:32:37 -05:00
Pkgfile [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking 2022-10-03 12:32:37 -05:00
README [notify] libbsd: moved to nonstandard path in hopes of avoiding eager linking 2022-10-03 12:32:37 -05:00

README for libbsd

Due to the unusual layout of this package's libraries and headers it may be
required to set various build environment variables to allow other software
to discover libbsd, for example (alter as needed):

CFLAGS="${CFLAGS} -I/usr/opt/libbsd/include"
LDFLAGS="${LDFLAGS" -L/usr/opt/libbsd/lib"
LD_LIBRARY_PATH="/usr/oprt/libbsd/lib"
PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig"