Programming/libtool: fixes in build-script and new variant

- URL in build script fixed
- new variant 2.4.6-1 with automake/1.16.1
This commit is contained in:
2019-01-17 14:18:42 +01:00
parent f2bd836ec2
commit 930931d2aa
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz"
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-${V_PKG}.tar.gz"
# use system gcc to compile
declare -rx CC=gcc

View File

@@ -1,2 +1,3 @@
libtool/2.4.2 stable autoconf/2.69 automake/1.14
libtool/2.4.6 stable autoconf/2.69 automake/1.15
libtool/2.4.6-1 stable autoconf/2.69 automake/1.16.1