Update CFLAGS and LDFLAGS for FreeBSD builds
authorRebecca Cran <rebecca@bluestop.org>
Mon, 6 May 2019 22:12:41 +0000 (16:12 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 May 2019 04:18:55 +0000 (22:18 -0600)
commitf22dd97a5a1342c7dcb84f777a77bd30859cc35b
treee78d951987001ca48f0ef44c3d9683c9971b8e93
parent59097e775dce8ccf3127963972ca61c6ce2a3141
Update CFLAGS and LDFLAGS for FreeBSD builds

FreeBSD installs third-party headers into /usr/local/include
and libraries into /usr/local/lib.
Update CFLAGS and LDFLAGS to look there.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure