diff --git a/system/devel/libarchive/actions.py b/system/devel/libarchive/actions.py
index 182e724b..6274cf96 100644
--- a/system/devel/libarchive/actions.py
+++ b/system/devel/libarchive/actions.py
@@ -8,15 +8,17 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-import os
+#import os
+j = ''.join([
+ ' --with-lzo2',
+ ' --disable-static '
+ ])
def setup():
autotools.autoreconf("-fi")
- autotools.configure("--disable-static \
- --with-lzo2 \
- ")
-
- pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+ autotools.configure(j)
+
+ #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -27,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING","NEWS")
+ pisitools.dodoc("COPYING", "NEWS")
diff --git a/system/devel/libarchive/pspec.xml b/system/devel/libarchive/pspec.xml
index 226726f4..89e9502a 100644
--- a/system/devel/libarchive/pspec.xml
+++ b/system/devel/libarchive/pspec.xml
@@ -12,7 +12,7 @@
library
Library for reading and writing streaming archives
libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats.
- https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-3.6.1.tar.xz
+ https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz
acl-devel
nettle-devel
@@ -67,6 +67,13 @@
+
+ 2023-01-03
+ 3.6.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-01
3.6.1