Upgraded base/musl to 1.2.5

Updated README
This commit is contained in:
PktSurf 2024-10-26 14:55:47 +05:30
parent 9487deed13
commit 49360125c7
2 changed files with 7 additions and 14 deletions

5
README
View file

@ -10,9 +10,8 @@ SMLinux currently supports only x86_64 CPU architecture.
SMLinux Guide can be found on: SMLinux Guide can be found on:
https://pktsurf.in/smlinux/guide https://pktsurf.in/smlinux/guide
Complete source, including build files and source tarballs, and binary packages Complete source, including build files and source tarballs, and binary packages:
can be found on: Work In Progress
https://slackware.uk/smlinux/
You can contact us via the IRC protocol in the #smlinux channel of irc.libera.chat You can contact us via the IRC protocol in the #smlinux channel of irc.libera.chat
(formerly irc.freenode.net). (formerly irc.freenode.net).

View file

@ -1,7 +1,7 @@
# Maintainer: PktSurf <smlinux@pktsurf.in> # Maintainer: PktSurf <smlinux@pktsurf.in>
app=musl app=musl
version=1.2.4 version=1.2.5
build=2sml build=1sml
homepage="http://www.musl-libc.org/" homepage="http://www.musl-libc.org/"
download="https://musl.libc.org/releases/musl-$version.tar.gz" download="https://musl.libc.org/releases/musl-$version.tar.gz"
desc="Simple, fast and POSIX-compliant C library" desc="Simple, fast and POSIX-compliant C library"
@ -15,14 +15,12 @@ prepbuilddir() {
tar xf $srcdir/$app-$version.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
applypatch $srcdir/lfs64.patch
applypatch $srcdir/lfs64-2.patch
} }
build() { build() {
./configure \ ./configure \
--prefix= --prefix=/usr \
--libdir=/lib
make make
make install DESTDIR=$pkg make install DESTDIR=$pkg
@ -41,15 +39,11 @@ build() {
cp COPYRIGHT $pkgdocs/ cp COPYRIGHT $pkgdocs/
#cp $srcdir/{cdefs.h,queue.h,stab.h,tree.h} $pkg/include/sys/
[[ $arch = aarch64 ]] && install -Dm 644 $srcdir/asm.hwcap.h $pkg/include/asm/hwcap.h
mkfinalpkg mkfinalpkg
} }
sha512sums=" sha512sums="
498ec5d7941194a8806f4d42f0f6d218c862996ef1398b737d0d06995e0b7a6574b240a48088f6b84016b14b2776fe463f829dcb11149cdfc1023d496b235c55 musl-1.2.4.tar.gz 4cc8cbc88ec0398e76ab0d684ba096e1fe70ec8324bd4c9f600ee96352287286391bcda2580c296511fa84a409d5391f14e73078d9c0315f1459a523722999fd musl-1.2.5.tar.lz
0d80f37b34a35e3d14b012257c50862dfeb9d2c81139ea2dfa101d981d093b009b9fa450ba27a708ac59377a48626971dfc58e20a3799084a65777a0c32cbc7d getconf.c 0d80f37b34a35e3d14b012257c50862dfeb9d2c81139ea2dfa101d981d093b009b9fa450ba27a708ac59377a48626971dfc58e20a3799084a65777a0c32cbc7d getconf.c
378d70e65bcc65bb4e1415354cecfa54b0c1146dfb24474b69e418cdbf7ad730472cd09f6f103e1c99ba6c324c9560bccdf287f5889bbc3ef0bdf0e08da47413 getent.c 378d70e65bcc65bb4e1415354cecfa54b0c1146dfb24474b69e418cdbf7ad730472cd09f6f103e1c99ba6c324c9560bccdf287f5889bbc3ef0bdf0e08da47413 getent.c
9d42d66fb1facce2b85dad919be5be819ee290bd26ca2db00982b2f8e055a0196290a008711cbe2b18ec9eee8d2270e3b3a4692c5a1b807013baa5c2b70a2bbf iconv.c 9d42d66fb1facce2b85dad919be5be819ee290bd26ca2db00982b2f8e055a0196290a008711cbe2b18ec9eee8d2270e3b3a4692c5a1b807013baa5c2b70a2bbf iconv.c