diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 23:43:51 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 23:43:51 +0800 |
| commit | 99ad4f5c59f520743bb3a171adc02f1093175851 (patch) | |
| tree | cae1ca8d72959f63fb808594fd013734db937e62 /repos/extra/p7zip/abuild | |
| parent | f327894c1b874eed0fa9dbb06a2535fe617147be (diff) | |
| download | alicelinux-99ad4f5c59f520743bb3a171adc02f1093175851.tar.gz alicelinux-99ad4f5c59f520743bb3a171adc02f1093175851.zip | |
p7zip: fix build with clang
Diffstat (limited to 'repos/extra/p7zip/abuild')
| -rw-r--r-- | repos/extra/p7zip/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/p7zip/abuild b/repos/extra/p7zip/abuild index 20f63583..3cb5cdef 100644 --- a/repos/extra/p7zip/abuild +++ b/repos/extra/p7zip/abuild @@ -1,7 +1,8 @@ name=p7zip version=17.06 release=1 -source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" +source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz + fix-uintxx_t-redefined.patch" build() { sed '/^gzip/d' -i install.sh |