diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-14 01:35:12 +0000 |
| commit | 595101c9e63eae025157878b14577acb3fef0b3b (patch) | |
| tree | 9878022974c9d8b274c999d693e466b23cfb2fdd /repos/extra/p7zip/abuild | |
| parent | 73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff) | |
| download | alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip | |
clang repos migrated to main
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 |