mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Fix up checksums + other fixes
This commit is contained in:
parent
e7c39af4b9
commit
9543a47f1b
110 changed files with 387 additions and 231 deletions
|
|
@ -2,8 +2,6 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
checksum=7e6a1082a4785a7b58928865a40ed2c93940af54972a2dc30ff10185da97b491
|
||||
|
||||
src_prepare() {
|
||||
rm libltdl/config/ltmain.sh
|
||||
|
||||
|
|
@ -13,18 +11,17 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
CC=tcc \
|
||||
EGREP="/usr/bin/grep -E" \
|
||||
FGREP="/usr/bin/grep -F" \
|
||||
GREP="/usr/bin/grep" \
|
||||
SED="/usr/bin/sed" \
|
||||
./configure \
|
||||
CC=tcc ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared \
|
||||
--host=i386-unknown-linux \
|
||||
--target=i386-unknown-linux \
|
||||
--build=i386-unknown-linux
|
||||
--build=i386-unknown-linux \
|
||||
ac_path_EGREP="/usr/bin/grep -E" \
|
||||
ac_path_FGREP="/usr/bin/grep -F" \
|
||||
ac_path_GREP="/usr/bin/grep" \
|
||||
ac_path_SED="/usr/bin/sed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue