build: fix include paths in FreeBSD
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jul 2018 08:28:26 +0000 (10:28 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 07:42:11 +0000 (08:42 +0100)
commitfe9b60476a548de1c62d6fc985e9741b04479d36
treea46930c1784b2d7905afefebbf4fa9d30bcb9719
parent92e8f80ec042efa88ae7dce8832f8f6e5e84bf81
build: fix include paths in FreeBSD

FreeBSD package manager uses /usr/local/ as the default install path,
but that's not part of the compiler search path, so add it using the
APPEND_{LIB/INCLUDES} variables.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
config/FreeBSD.mk