mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45:24 +01:00
libunistring 0.9.10
This commit is contained in:
parent
c8784cbcd3
commit
f9ca617923
6 changed files with 40 additions and 0 deletions
2
sysa/libunistring-0.9.10/checksums
Normal file
2
sysa/libunistring-0.9.10/checksums
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
41a415de1416cb8d8f325c5b4668ea080e6426f5700daa725268835f47714f9b /image/lib/musl/libunistring.a
|
||||
92fdc350d4141210cf1d01d271dd5a564ff6b4337b4de2f1f135a91a6541e0c2 /image/lib/musl/libunistring.la
|
||||
24
sysa/libunistring-0.9.10/libunistring-0.9.10.sh
Executable file
24
sysa/libunistring-0.9.10/libunistring-0.9.10.sh
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
# 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" \
|
||||
--disable-shared
|
||||
}
|
||||
|
|
@ -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