Skip to content

Commit

Permalink
Use .deb libtool instead of savannah version
Browse files Browse the repository at this point in the history
This is to avoid the downloading problems we are having
from the Savannah git repo from GNU.
  • Loading branch information
sergio-costas committed Oct 14, 2024
1 parent 9a99e1b commit 9bb20bb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,13 @@ parts:
- python3-pip

libtool:
source: https://git.savannah.gnu.org/git/libtool.git
source-tag: 'v2.4.7'
plugin: autotools
plugin: nil
# ext:updatesnap
# version-format:
# ignore: true
autotools-configure-parameters: [ --prefix=/usr ]
build-environment: *buildenv
build-packages:
- help2man
- texinfo
stage-packages:
- libtool
- libtool-bin
override-stage: |
set -eux
craftctl default
Expand Down Expand Up @@ -857,6 +853,7 @@ parts:
- libtdb-dev
- libpulse-dev
- libgstreamer1.0-dev
- libltdl-dev

gsound:
after: [ libcanberra, meson-deps ]
Expand Down Expand Up @@ -1399,6 +1396,7 @@ parts:
- libjpeg-dev
- libkrb5-3
- liblcms2-dev
- libltdl-dev
- liblzo2-dev
- liblzo2-2
- liblzma5
Expand Down

0 comments on commit 9bb20bb

Please sign in to comment.