diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-25 01:40:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-25 01:40:47 +0900 |
| commit | b647170d0ccb4652dab914f641d21110581d7d12 (patch) | |
| tree | af6967ed693d2c3893d50f1248331c4c628b6a87 /internal/rosa/package/strace.az | |
| parent | 5e655a0bf6eb8234ee57eec08e1b3ecf089b7606 (diff) | |
internal/rosa/package/strace: build from git sources
This removes xz input. This change also enables tests.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/strace.az')
| -rw-r--r-- | internal/rosa/package/strace.az | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/internal/rosa/package/strace.az b/internal/rosa/package/strace.az deleted file mode 100644 index 6266483a..00000000 --- a/internal/rosa/package/strace.az +++ /dev/null @@ -1,38 +0,0 @@ -package strace { - description = "a diagnostic, debugging and instructional userspace utility"; - website = "https://strace.io"; - anitya = 4897; - - version# = "7.1"; - source = remoteFile { - url = "https://strace.io/files/"+version+"/strace-"+version+".tar.xz"; - checksum = "PR-JLYgVLyzRqRCFi2yvfip_LRP_Cksd04d7H2oAx820qt_H-vj7rbW5xyzdMTat"; - }; - - early = ` -sed -i 's/off64_t/off_t/g' \ - tests/readahead.c \ - tests/sync_file_range.c \ - tests/sync_file_range2.c -sed -i 's/unsigned int msg_len;$/uint32_t msg_len;/g' \ - tests/nlattr.c -`; - - exec = make { - configure = { - // tests broken on clang - "disable-gcc-Werror"; - - "enable-mpers": "no"; - }; - - // does not compile on musl - skipCheck = true; - }; - - inputs = [ - xz, - - kernel-headers, - ]; -} |
