mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
Add libtool 2.4.7
Instead of using the pre-generated "bootstrap" script, execute the relevant bootstrap operations manually. This doesn't actually change the build output; the final package hash remains identical.
This commit is contained in:
parent
e9d53f1e6e
commit
5aae443d65
9 changed files with 229 additions and 11 deletions
4
sysc.py
4
sysc.py
|
|
@ -89,6 +89,10 @@ class SysC(SysGeneral):
|
|||
# automake 1.11.2
|
||||
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2")
|
||||
|
||||
# libtool 2.4.7
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/libtool/libtool-2.4.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-a521820.tar.gz"])
|
||||
|
||||
# autoconf 2.69
|
||||
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue