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 Oct 10, 2024
1 parent 616fd03 commit 2d4b0fe
Show file tree
Hide file tree
Showing 33 changed files with 30 additions and 1,886 deletions.
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# PLEASE NOTE: when multiple packages provide the same SONAME, the first
# one (order top->bottom) is preferred over the next ones.
#
libc.so musl-1.1.24_7
libc.so musl-1.2.5_1
libc.so.6 glibc-2.39_1
libm.so.6 glibc-2.39_1
libpthread.so.0 glibc-2.39_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?= <[email protected]>
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 2d4b0fe

Please sign in to comment.