biopsin
fd9c8d1f8d
batsignal: update to 1.8.0
...
Tested on x86_64-glibc - dell P5520
2024-01-29 10:20:16 -05:00
icp
5769a3157d
python3-importlib_metadata: update to 7.0.1.
2024-01-29 10:18:48 -05:00
icp
a17bda07dd
python3-keyring: update to 24.3.0.
2024-01-29 10:18:34 -05:00
icp
f68c6db689
python3-path: update to 16.9.0.
2024-01-29 10:16:59 -05:00
Gerardo Di iorio
7353380082
hcloud: update to 1.41.1.
2024-01-29 10:15:45 -05:00
Gerardo Di iorio
36cefbebf2
libsass: update to 3.6.6.
2024-01-29 10:15:29 -05:00
icp
7f33c9fb0f
rooster: update to 2.12.0.
2024-01-29 15:09:50 +00:00
Marcin Puc
bbc419957e
comrak: update to 0.21.0
2024-01-29 15:09:41 +00:00
Marcin Puc
64c7f94920
bandwhich: update to 0.22.2
2024-01-29 15:09:32 +00:00
Marcin Puc
9b67f0a60b
bkt: update to 0.8.0
2024-01-29 14:55:11 +00:00
icp
ebd9241447
moar: update to 1.23.3.
2024-01-29 14:54:57 +00:00
Marcin Puc
2a835d1ba1
xh: update to 0.21.0
2024-01-29 14:54:40 +00:00
Filip Rojek
5fd1d7a4d1
iwgtk: adopt
2024-01-29 14:49:35 +00:00
cinerea0
5e1cbdd56f
fcft: adopt
2024-01-29 14:47:55 +00:00
Karel Balej
98a82e3358
orc: update to 0.4.36.
2024-01-29 14:40:51 +00:00
oreo639
34728c63d9
binutils: add comment
2024-01-29 02:07:50 -08:00
oreo639
fe96b15e9b
libtool: disable nocross (again)
2024-01-29 01:13:05 -08:00
oreo639
eb23945669
mk-configure: disable nocross (again)
2024-01-29 01:11:27 -08:00
oreo639
3d326b5327
cross-x86_64-linux-musl: update for libucontext 1.2.
2024-01-29 01:11:01 -08:00
oreo639
30cb37da6f
cross-risv64-linux-musl: update for libucontext 1.2.
2024-01-29 01:10:31 -08:00
oreo639
8e8df10649
cross-powerpcle-linux-musl: update for libucontext 1.2.
2024-01-29 01:10:02 -08:00
oreo639
293b6afe57
cross-powerpc64le-linux-musl: update for libucontext 1.2.
2024-01-29 01:09:38 -08:00
oreo639
bc465f909e
cross-powerpc64-linux-musl: update for libucontext 1.2.
2024-01-29 01:09:06 -08:00
oreo639
7c775ed16d
cross-powerpc-linux-musl: update for libucontext 1.2.
2024-01-29 01:08:20 -08:00
oreo639
dea6e04c99
cross-mipsel-linux-muslhf: update for libucontext 1.2.
2024-01-29 01:07:47 -08:00
oreo639
5bd176fc6b
cross-mipsel-linux-musl: update for libucontext 1.2.
2024-01-29 01:07:36 -08:00
oreo639
bb6b8aab3a
cross-mips-linux-muslhf: update for libucontext 1.2.
2024-01-29 01:07:15 -08:00
oreo639
c29fc5ec90
cross-mips-linux-musl: update for libucontext 1.2.
2024-01-29 01:07:08 -08:00
oreo639
fb0eb6e372
cross-i686-linux-musl: update for libucontext 1.2.
2024-01-29 01:06:42 -08:00
oreo639
20c2c28057
gcc: disable nocross (again)
2024-01-29 00:39:28 -08:00
oreo639
f623ff7c60
cross-armv7l-linux-musleabihf: update for libucontext 1.2.
2024-01-28 22:19:13 -08:00
oreo639
b33d7bd2e6
cross-arm-linux-musleabihf: update for libucontext 1.2.
2024-01-28 22:18:50 -08:00
oreo639
9ee55602e7
cross-arm-linux-musleabi: update for libucontext 1.2.
2024-01-28 22:18:41 -08:00
oreo639
486837c8bf
cross-aarch64-linux-musl: update for libucontext 1.2.
2024-01-28 22:18:07 -08:00
oreo639
b41b0fdd02
mk-configure: re-enable nocross
2024-01-28 21:22:07 -08:00
oreo639
24103c9cc5
libtool: re-enable nocross
2024-01-28 21:21:50 -08:00
oreo639
0b7e107953
gcc: re-enable nocross
...
Avoid congestion in build machines until musl cross compilers can be rebuilt
2024-01-28 21:03:23 -08:00
oreo639
da24bdf771
binutils: workaround for cross compiling with pkgconf and binutils
2024-01-28 18:11:38 -08:00
oreo639
9f72f6aa6a
elogind: depends on libxcrypt
2024-01-28 16:47:06 -08:00
oreo639
d0320dcec6
connman: fix basename on musl
...
musl provides a compatibility basename declaration so applications
expecting GNU basename could still compile even though musl doesn't provide
GNU basename and only POSIX basename.
2024-01-28 15:37:37 -08:00
oreo639
660e6ccff8
iwd: fix basename on musl
...
musl provides a compatibility basename declaration so applications
expecting GNU basename could still compile even though musl doesn't provide
GNU basename and only POSIX basename.
2024-01-28 15:37:37 -08:00
oreo639
984d973746
elogind: fix build on musl without basename compatibility decl
...
musl provided a compatibility basename declaration so applications
expecting GNU basename could still compile even though musl doesn't provide
GNU basename and only POSIX basename.
Prevent build failure when this is removed.
2024-01-28 15:37:37 -08:00
oreo639
0bd3211595
boost: don't makedepends on libquadmath when cross compiling
2024-01-28 15:37:37 -08:00
oreo639
0c2501f3a5
linux6.7: update kernel config for gcc 13
2024-01-28 15:37:37 -08:00
oreo639
d5388844dc
linux6.6: update kernel config for gcc 13
2024-01-28 15:37:37 -08:00
oreo639
c4f45ad3ee
gcc-multilib: update to 13.2.0.
2024-01-28 15:37:37 -08:00
oreo639
9f5a58ac3b
libgccjit: update to 13.2.0.
2024-01-28 15:37:37 -08:00
oreo639
68a6b93b38
mk-configure: disable nocross
2024-01-28 15:37:37 -08:00
oreo639
a1e8769c12
libtool: disable nocross
2024-01-28 15:37:37 -08:00
oreo639
5b3aca5915
gcc: disable nocross
2024-01-28 15:37:37 -08:00