Skip to content

Commit

Permalink
Use libtool from .deb instead of repo
Browse files Browse the repository at this point in the history
There are some problems with the savannah git repo, and since
the libtool from the .debs is fine, this patch changes it.
  • Loading branch information
sergio-costas committed Oct 11, 2024
1 parent e1c9acd commit 6385d74
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,12 @@ 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
override-pull: |
git clone --recursive --branch v2.4.7 https://git.savannah.gnu.org/git/libtool.git /root/parts/libtool/src
stage-packages:
- libtool
override-stage: |
set -eux
craftctl default
Expand Down

0 comments on commit 6385d74

Please sign in to comment.