wok rev 15030

netatalk: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 09:52:48 2013 +0000 (2013-08-12)
parents 20649b8c7dbe
children 92487666e20c
files netatalk-pam/receipt netatalk/receipt
line diff
     1.1 --- a/netatalk-pam/receipt	Mon Aug 12 09:47:27 2013 +0000
     1.2 +++ b/netatalk-pam/receipt	Mon Aug 12 09:52:48 2013 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error  \
     1.6  libwrap zlib pam libcomerr3"
     1.7 -BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev"
     1.8 +BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/netatalk/receipt	Mon Aug 12 09:47:27 2013 +0000
     2.2 +++ b/netatalk/receipt	Mon Aug 12 09:52:48 2013 +0000
     2.3 @@ -13,14 +13,14 @@
     2.4  
     2.5  DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error  \
     2.6  libwrap zlib libcomerr3"
     2.7 -BUILD_DEPENDS="db-dev libcrypto-dev"
     2.8 +BUILD_DEPENDS="db-dev libcrypto-dev file"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13  	cd $src
    2.14 -	sed -i  -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \
    2.15 -		-e 's/pam_so =/pam_so_x =/' configure.in
    2.16 +	#sed -i  -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \
    2.17 +	#	-e 's/pam_so =/pam_so_x =/' configure.in
    2.18  	./configure --without-pam --prefix=/usr --sysconfdir=/etc \
    2.19  	--libexecdir=/usr/lib/netatalk \
    2.20  	--mandir=/usr/share/man $CONFIGURE_ARGS &&