We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae9061 commit 9c9278fCopy full SHA for 9c9278f
source-recipes/libtool
@@ -5,11 +5,8 @@ version=2.5.4
5
tarball_url="https://ftp.gnu.org/gnu/libtool/libtool-${version}.tar.xz"
6
tarball_blake2b="47de3c49a690d44d7ddd5e3b5e4090c91dc5fbb9c40fc4a3963e150fb7329326ee3e21b8c149974726171c4b0380028e0efc7a369c4f04357eea46f69852e1cc"
7
hostdeps="autoconf automake"
8
-imagedeps="help2man git"
9
-allow_network="yes"
10
11
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
+ LIBTOOLIZE=true \
+ autotools_recursive_regen
15
}
0 commit comments