summaryrefslogtreecommitdiff
path: root/libbsd/README
blob: fdc27b0b21ec2ef3282cfee7e65b8c3d0cd295ce (plain)
    1 README for libbsd
    2 
    3 Due to the unusual layout of this package's libraries and headers it may be
    4 required to set various build environment variables to allow other software
    5 to discover libbsd, for example (alter as needed):
    6 
    7 CFLAGS="${CFLAGS} -I/usr/opt/libbsd/include"
    8 LDFLAGS="${LDFLAGS" -L/usr/opt/libbsd/lib"
    9 LD_LIBRARY_PATH="/usr/oprt/libbsd/lib"
   10 PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig"

Generated by cgit