diff options
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 \ |