Skip to content

Commit

Permalink
musl: update to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Mar 31, 2024
1 parent d7d2f93 commit 8722370
Show file tree
Hide file tree
Showing 32 changed files with 55 additions and 1,824 deletions.
26 changes: 26 additions & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@ libSegFault.so glibc-2.39_1
libpcprofile.so glibc-2.39_1
libcidn.so.1 glibc-2.39_1
libmvec.so.1 glibc-2.39_1
libc.so musl-1.2.4_1
libc.so.6 glibc-2.38_1
libm.so.6 glibc-2.38_1
libpthread.so.0 glibc-2.38_1
librt.so.1 glibc-2.38_1
libdl.so.2 glibc-2.38_1
ld-linux-x86-64.so.2 glibc-2.38_1 x86_64
ld-linux.so.2 glibc-2.38_1 i686
ld-linux.so.3 glibc-2.38_1 armv5tel
ld-linux-aarch64.so.1 glibc-2.38_1 aarch64
ld-linux-riscv64-lp64d.so.1 glibc-2.38_1 riscv64
ld64.so.2 glibc-2.38_1 ppc64
ld.so.1 glibc-2.38_1 mips
ld.so.1 glibc-2.38_1 ppc
ld-linux-armhf.so.3 glibc-2.38_1
libresolv.so.2 glibc-2.38_1
libanl.so.1 glibc-2.38_1
libthread_db.so.1 glibc-2.38_1
libutil.so.1 glibc-2.38_1
libnsl.so.1 glibc-2.38_1
libnss_db.so.2 glibc-2.38_1
libnss_files.so.2 glibc-2.38_1
libnss_compat.so.2 glibc-2.38_1
libnss_dns.so.2 glibc-2.38_1
libnss_hesiod.so.2 glibc-2.38_1
libBrokenLocale.so.1 glibc-2.38_1
libcrypt.so.2 libxcrypt-4.4.36_1
libcrypt.so.1 libxcrypt-compat-4.4.36_1
libSimGearCore.so.2020.3.17 simgear-2020.3.17_1
Expand Down
42 changes: 0 additions & 42 deletions srcpkgs/musl/patches/00-reallocarray.patch

This file was deleted.

26 changes: 26 additions & 0 deletions srcpkgs/musl/patches/0001-remove-O_LARGEFILE.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 7d554d0c786f5431ad3035a328815890a95a2979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
Date: Wed, 12 May 2021 17:39:20 -0300
Subject: [PATCH] remove O_LARGEFILE

useful hack to build 1.2.2 musl for x86_64 and not have to rebuild
firefox.
---
arch/generic/bits/fcntl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/generic/bits/fcntl.h b/arch/generic/bits/fcntl.h
index 730a98cf..c2fd1760 100644
--- a/arch/generic/bits/fcntl.h
+++ b/arch/generic/bits/fcntl.h
@@ -13,7 +13,7 @@

#define O_ASYNC 020000
#define O_DIRECT 040000
-#define O_LARGEFILE 0100000
+#define O_LARGEFILE 0
#define O_NOATIME 01000000
#define O_PATH 010000000
#define O_TMPFILE 020200000
--
2.31.1

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8722370

Please sign in to comment.