mbox series

[0/3] small fixes for FreeBSD builds

Message ID 20190225152304.62607-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series small fixes for FreeBSD builds |

Message

Bruce Richardson Feb. 25, 2019, 3:23 p.m. UTC
  Set of three one-line fixes to improve the FreeBSD builds, particularly with
-Dexamples=all set for meson builds.

Bruce Richardson (3):
  test/compress: fix missing header include
  examples/ip_pipeline: disable build when no epoll
  examples/vhost_crypto: fix dependency on vhost library

 examples/ip_pipeline/meson.build  | 1 +
 examples/vhost_crypto/meson.build | 1 +
 test/test/test_compressdev.c      | 1 +
 3 files changed, 3 insertions(+)
  

Comments

Thomas Monjalon Feb. 26, 2019, 3:29 p.m. UTC | #1
25/02/2019 16:23, Bruce Richardson:
> Set of three one-line fixes to improve the FreeBSD builds, particularly with
> -Dexamples=all set for meson builds.
> 
> Bruce Richardson (3):
>   test/compress: fix missing header include
>   examples/ip_pipeline: disable build when no epoll
>   examples/vhost_crypto: fix dependency on vhost library

Applied, thanks