mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45:24 +01:00
GNU Automake 1.10.3
This commit is contained in:
parent
a63a01c56b
commit
20a4d3af9e
7 changed files with 66 additions and 0 deletions
21
sysa/automake-1.10.3/automake-1.10.3.sh
Executable file
21
sysa/automake-1.10.3/automake-1.10.3.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure CC=tcc --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
16
sysa/automake-1.10.3/patches/aclocal_glob.patch
Normal file
16
sysa/automake-1.10.3/patches/aclocal_glob.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes aclocal-1.10 to work with our Perl
|
||||
|
||||
--- aclocal.in 2021-03-25 19:18:10.489134059 +0000
|
||||
+++ aclocal.in 2021-03-25 19:18:20.159389339 +0000
|
||||
@@ -45,6 +45,7 @@
|
||||
use Automake::FileUtils;
|
||||
use File::Basename;
|
||||
use File::stat;
|
||||
+use File::Glob;
|
||||
use Cwd;
|
||||
|
||||
# Some globals.
|
||||
|
|
@ -130,6 +130,8 @@ build findutils-4.2.33
|
|||
|
||||
build libtool-2.2.4
|
||||
|
||||
build automake-1.10.3
|
||||
|
||||
build gcc-4.0.4 pass1.sh checksums/pass1
|
||||
|
||||
build musl-1.2.2
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ set -e
|
|||
|
||||
. helpers.sh
|
||||
|
||||
build autoconf-2.65
|
||||
|
||||
build xz-5.0.5
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
||||
exec env - PATH=/after/bin PS1="\w # " bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue