mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
GNU Libtool 2.2.4
This commit is contained in:
parent
28779bc9ba
commit
a63a01c56b
15 changed files with 67 additions and 53 deletions
2
sysa/libtool-2.2.4/checksums
Normal file
2
sysa/libtool-2.2.4/checksums
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
456e988e4dce69afc7a00507aa29c89ee69fcfba1bbc6c29bc0aeba244c24539 /after/lib/musl/libltdl.a
|
||||
7fabfde77fef225b0f42c8f7d6888c94d88c3a23747076f375862e1bab6e2b3f /after/lib/musl/libltdl.la
|
||||
25
sysa/libtool-2.2.4/libtool-2.2.4.sh
Executable file
25
sysa/libtool-2.2.4/libtool-2.2.4.sh
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CC=tcc ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared \
|
||||
--host=i386-unknown-linux \
|
||||
--target=i386-unknown-linux \
|
||||
--build=i386-unknown-linux
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue