wok-next 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 3a164e61ff40
children 59ccd95dfb85
files cyrus-sasl-pam/receipt libsasl-without-ldap/receipt
line diff
     1.1 --- a/cyrus-sasl-pam/receipt	Tue Oct 31 09:03:51 2017 +0100
     1.2 +++ b/cyrus-sasl-pam/receipt	Tue Oct 31 09:09:26 2017 +0100
     1.3 @@ -14,13 +14,11 @@
     1.4  PROVIDE="cyrus-sasl:pam"
     1.5  
     1.6  DEPENDS="libldap openssl libdb pam libkrb5 libcomerr3"
     1.7 -BUILD_DEPENDS="automake libtool openldap-dev pam pam-dev openssl-dev krb5-dev"
     1.8 +BUILD_DEPENDS="openldap-dev pam pam-dev openssl-dev krb5-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  		--sysconfdir=/etc \
     2.1 --- a/libsasl-without-ldap/receipt	Tue Oct 31 09:03:51 2017 +0100
     2.2 +++ b/libsasl-without-ldap/receipt	Tue Oct 31 09:09:26 2017 +0100
     2.3 @@ -13,13 +13,11 @@
     2.4  WGET_URL="ftp://ftp.cyrusimap.org/cyrus-sasl/$TARBALL"
     2.5  
     2.6  DEPENDS="db openssl"
     2.7 -BUILD_DEPENDS="automake libtool db-dev openssl-dev"
     2.8 +BUILD_DEPENDS="db-dev openssl-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13 -	autoreconf -fi &&
    2.14 -
    2.15  	./configure \
    2.16  		--prefix=/usr \
    2.17  		--infodir=/usr/share/info \