diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-19 15:15:54 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-19 15:15:54 +0200 |
commit | 24e5b71fed3a57ac8c2a3a93359c9651bd8068f0 (patch) | |
tree | 3575d3e93bbc56cded3a0c590d3c3e0aa19a5859 /extra/libarchive/build | |
parent | 54939f57c8d39168d0867a7037982fd4fff34907 (diff) | |
download | repository-24e5b71fed3a57ac8c2a3a93359c9651bd8068f0.tar.gz |
libarchive: bump to 3.7.0
Diffstat (limited to 'extra/libarchive/build')
-rwxr-xr-x | extra/libarchive/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/libarchive/build b/extra/libarchive/build index d069befd..d6ec4493 100755 --- a/extra/libarchive/build +++ b/extra/libarchive/build @@ -1,5 +1,8 @@ #!/bin/sh -e +# See: https://github.com/libarchive/libarchive/pull/1924 +patch -p1 < replace-namelen.patch + ./configure \ --prefix=/usr \ --without-nettle \ |