cracklib:v.bump

This commit is contained in:
alihanozturk
2016-03-03 16:36:08 +02:00
parent 777d66d2fb
commit 8ec287fb1b
2 changed files with 16 additions and 4 deletions
+6 -1
View File
@@ -10,9 +10,14 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i '/skipping/d' util/packer.c")
autotools.autoreconf("-vfi")
autotools.configure("--with-default-dict=/usr/share/cracklib/pw_dict \
--without-python \
--prefix=/usr \
--disable-static")
# for unused
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("all")