cracklib: fix crossbuild; revbump
This commit is contained in:
parent
6495891c75
commit
efc165ef67
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cracklib'
|
||||
pkgname=cracklib
|
||||
version=2.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
|
@ -22,7 +22,6 @@ checksum="
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="libtool automake gettext-devel python-devel"
|
||||
pre_configure() {
|
||||
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g" -i configure.in
|
||||
autoreconf -fi
|
||||
}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue