mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Add musl-chartable-tools to musl 1.2.5
This commit is contained in:
parent
838051151c
commit
578c9338b6
3 changed files with 31 additions and 0 deletions
|
|
@ -4,6 +4,21 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# regenerate headers in src/ctype and src/iconv
|
||||
cd ../musl-chartable-tools-78b213a868553b1154ee9627c96ff1f14a9a3b1b
|
||||
cd ctype
|
||||
CC="gcc -std=c99" make
|
||||
cp alpha.h punct.h nonspacing.h wide.h ../../musl-1.2.5/src/ctype/
|
||||
cd ../iconv
|
||||
CC="gcc -std=c99" make
|
||||
cp legacychars.h codepages.h jis0208.h gb18030.h hkscs.h ksc.h revjis.h \
|
||||
../../musl-1.2.5/src/locale/
|
||||
cd ../../musl-1.2.5
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--host=i386-unknown-linux-musl \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue