ACK: [PATCH] snapcraft: add libbsd-dev to build-packages
Alex Hung
alex.hung at canonical.com
Wed Aug 22 23:30:23 UTC 2018
On 2018-08-22 09:54 AM, Anthony Wong wrote:
> Fixes snap build error:
> fwts_hwinfo.c:23:24: fatal error: bsd/string.h: No such file or directory
>
> Signed-off-by: Anthony Wong <anthony.wong at canonical.com>
> ---
> snapcraft.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index 0a69fc9..0533ddf 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -24,6 +24,7 @@ parts:
> - dh-autoreconf
> - libglib2.0-dev
> - libfdt-dev
> + - libbsd-dev
> apps:
> fwts:
> command: bin/fwts
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list