diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-09-16 14:09:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-09-16 14:09:49 +0900 |
| commit | ae8130f3f11aec472bcbdbf8f9e7367d6640fc6d (patch) | |
| tree | 5c8f282775a51e24dffdfbcbe0c71f82b20bd358 | |
| parent | abab2782c4316a6f14500c38854c427d21fb0423 (diff) | |
internal/rosa/package/libtirpc: 1.3.7 to 1.3.8
This blows up on the LLVM linker, so switch to binutils for now.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/libtirpc.az | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/internal/rosa/package/libtirpc.az b/internal/rosa/package/libtirpc.az index 0b12a92e..b1a49c79 100644 --- a/internal/rosa/package/libtirpc.az +++ b/internal/rosa/package/libtirpc.az @@ -3,7 +3,7 @@ package libtirpc { website = "https://sourceforge.net/projects/libtirpc"; anitya = 1740; - version# = "1.3.7"; + version# = "1.3.8"; source = remoteGit { url = "git://linux-nfs.org/~steved/libtirpc"; tag = "libtirpc-"+join { @@ -14,7 +14,7 @@ package libtirpc { }; sep = "-"; }; - checksum = "nzFfu7LNvnSNiNAryD1vtnNWnU-Xqee8KqfXUKoBf5yjb5-dkeRkYuRijdCoYLof"; + checksum = "OYM7CljjvlHv3Xzc9bXC2WRfBQY0QcBEZ9ubE8qVDweq9ZvQPrAWxSOFVhFBoToz"; }; exec = make { @@ -29,6 +29,10 @@ package libtirpc { automake, libtool, pkgconf, + + // version script assignment of 'TIRPC_1.3.7' to symbol 'authdes_getucred' failed: symbol not defined + // version script assignment of 'TIRPC_1.3.7' to symbol 'rpc_gss_getcred' failed: symbol not defined + binutils, ]; inputs = [ |
