From 0bb2ccd4f621afc4de99c19d3f5c5d425746b680 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Mon, 30 Sep 2024 13:21:20 +0200 Subject: [PATCH] fix build issue due to missing autoreconf, fix quoting in environment variables (new snapcraft is a bit stricter here) --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e0d705bba..f0249bed0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,10 +30,11 @@ parts: npm-include-node: true npm-node-version: 10.24.1 build-environment: - - npm_config_unsafe_perm: true - - NODE_ENV: dev + - npm_config_unsafe_perm: "true" + - NODE_ENV: "dev" - CPPFLAGS: "$CPPFLAGS -DPNG_ARM_NEON_OPT=0" build-packages: + - autoconf - build-essential - libbluetooth-dev - libboost-python-dev