Skip to content

Commit 9c9278f

Browse files
committed
ports/libtool: Do not run bootstrap script
1 parent eae9061 commit 9c9278f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source-recipes/libtool

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ version=2.5.4
55
tarball_url="https://ftp.gnu.org/gnu/libtool/libtool-${version}.tar.xz"
66
tarball_blake2b="47de3c49a690d44d7ddd5e3b5e4090c91dc5fbb9c40fc4a3963e150fb7329326ee3e21b8c149974726171c4b0380028e0efc7a369c4f04357eea46f69852e1cc"
77
hostdeps="autoconf automake"
8-
imagedeps="help2man git"
9-
allow_network="yes"
108

119
prepare() {
12-
git clone https://git.savannah.gnu.org/git/gnulib.git
13-
git -C gnulib checkout ea58a72d4db3c4729e51de2633845ee381dd00b6
14-
./bootstrap --force --skip-git --skip-po --gnulib-srcdir=`pwd`/gnulib
10+
LIBTOOLIZE=true \
11+
autotools_recursive_regen
1512
}

0 commit comments

Comments
 (0)