shadow ver. bump

This commit is contained in:
Rmys
2023-08-18 21:57:15 +03:00
parent 0817c52150
commit 42d8c976d2
2 changed files with 13 additions and 2 deletions
+2
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.flags.add("-lcrypt")
pisitools.dosed("configure.ac", "man/uk/Makefile", deleteLine=True)
#pisitools.dosed("configure", "man/uk/Makefile", deleteLine=True)
shelltools.unlink('po/uk.*')
@@ -31,6 +32,7 @@ def setup():
--with-libcrack \
--without-selinux \
--with-yescrypt=yes \
--enable-shared \
--with-acl")
def build():