mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
libunistring 0.9.10
This commit is contained in:
parent
fdbbfec639
commit
53f3858f6f
6 changed files with 40 additions and 0 deletions
3
sysa/libunistring-0.9.10/checksums
Normal file
3
sysa/libunistring-0.9.10/checksums
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
41a415de1416cb8d8f325c5b4668ea080e6426f5700daa725268835f47714f9b /image/lib/musl/libunistring.a
|
||||
a76f69c511c96f78d2edeace78b8e1432a8bcc7d80841e214ee5bd6095fef1f5 /image/lib/musl/libunistring.la
|
||||
c94d5142641405d71c2a164f77426ea4aaa61dc3411d6ffcf6641ef6b3e2d710 /image/lib/musl/libunistring.so.2.1.0
|
||||
23
sysa/libunistring-0.9.10/libunistring-0.9.10.sh
Executable file
23
sysa/libunistring-0.9.10/libunistring-0.9.10.sh
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
find . -name '*.info*' -delete
|
||||
|
||||
# libunistring does not specify which gnulib snapshot was used,
|
||||
# pick a random one that works
|
||||
GNULIB_TOOL=../gnulib-52a06cb3a849df0bbce38b69dd7ae58cc1de5f68/gnulib-tool ./autogen.sh
|
||||
|
||||
# autogen.sh does not regenerate libtool files
|
||||
autoreconf-2.69 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
}
|
||||
|
|
@ -56,6 +56,8 @@ build gettext-0.21
|
|||
|
||||
build texinfo-6.7
|
||||
|
||||
build libunistring-0.9.10
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
echo 'Forcing all files timestamps to be 0 unix time.'
|
||||
canonicalise_all_files_timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue