wok-next diff libsasl-without-ldap/receipt @ rev 20123

libsasl-without-ldap, cyrus-sasl-pam: remove autoconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 09:09:26 2017 +0100 (2017-10-31)
parents 76b93e8c1608
children
line diff
     1.1 --- a/libsasl-without-ldap/receipt	Tue Oct 31 09:01:11 2017 +0100
     1.2 +++ b/libsasl-without-ldap/receipt	Tue Oct 31 09:09:26 2017 +0100
     1.3 @@ -13,13 +13,11 @@
     1.4  WGET_URL="ftp://ftp.cyrusimap.org/cyrus-sasl/$TARBALL"
     1.5  
     1.6  DEPENDS="db openssl"
     1.7 -BUILD_DEPENDS="automake libtool db-dev openssl-dev"
     1.8 +BUILD_DEPENDS="db-dev openssl-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	autoreconf -fi &&
    1.14 -
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--infodir=/usr/share/info \