[PATCH] snapcraft: add libbsd-dev to build-packages
Anthony Wong
anthony.wong at canonical.com
Wed Aug 22 16:54:50 UTC 2018
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
--
2.7.4
More information about the fwts-devel
mailing list