aboutsummaryrefslogtreecommitdiff
path: root/extra/libarchive/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-19 15:15:54 +0200
committerCem Keylan <cem@ckyln.com>2023-07-19 15:15:54 +0200
commit24e5b71fed3a57ac8c2a3a93359c9651bd8068f0 (patch)
tree3575d3e93bbc56cded3a0c590d3c3e0aa19a5859 /extra/libarchive/build
parent54939f57c8d39168d0867a7037982fd4fff34907 (diff)
downloadrepository-24e5b71fed3a57ac8c2a3a93359c9651bd8068f0.tar.gz
libarchive: bump to 3.7.0
Diffstat (limited to 'extra/libarchive/build')
-rwxr-xr-xextra/libarchive/build3
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 \