commit 5aec7b4d9e2b206db737b55e3276776a33053d35
parent 17bd7d8d5aefc8e43f48187c537d8998a82b8d2a
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 6 Nov 2022 12:29:13 +0100
Another try to disable fast install in snapcraft.yml
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -108,7 +108,7 @@ parts:
- libmicrohttpd12
source: http://ftpmirror.gnu.org/gnunet/gnunet-0.18.1.tar.gz
plugin: autotools
- autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr', '--disable-fast-install' ]
+ autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr', '--enable-fast-install=no' ]
libgnunetchat:
after: [ gnunet ]
build-packages:
@@ -116,7 +116,7 @@ parts:
- libc6-dev
source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz
plugin: autotools
- autotools-configure-parameters: [ '--prefix=/usr', '--disable-fast-install' ]
+ autotools-configure-parameters: [ '--prefix=/usr', '--enable-fast-install=no' ]
messenger-gtk:
after: [ desktop-gtk3, gnunet, libgnunetchat ]
build-packages: