libunistring 0.9.10

This commit is contained in:
Andrius Štikonas 2021-06-27 16:10:10 +01:00
parent c8784cbcd3
commit f9ca617923
6 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,2 @@
41a415de1416cb8d8f325c5b4668ea080e6426f5700daa725268835f47714f9b /image/lib/musl/libunistring.a
92fdc350d4141210cf1d01d271dd5a564ff6b4337b4de2f1f135a91a6541e0c2 /image/lib/musl/libunistring.la

View 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
}

View file

@ -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