wok diff netatalk/receipt @ rev 2990

Up linux (2.6.29.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 11 19:08:50 2009 +0200 (2009-05-11)
parents ca605c3d0d55
children 2c679ce49f4c
line diff
     1.1 --- a/netatalk/receipt	Fri Apr 10 16:33:24 2009 +0000
     1.2 +++ b/netatalk/receipt	Mon May 11 19:08:50 2009 +0200
     1.3 @@ -20,8 +20,8 @@
     1.4  	[ -f done.netatalk-2.0.3-newer-db.patch ] || \
     1.5  		patch -p1  < ../stuff/netatalk-2.0.3-newer-db.patch
     1.6  	touch done.netatalk-2.0.3-newer-db.patch
     1.7 -	sed -i -e 's/USE_PAM/USE_NOT_PAM/' -e 's/BUILD_PAM/BUILD_NOT_PAM/' \
     1.8 -		configure.in
     1.9 +	sed -i  -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \
    1.10 +		-e 's/pam_so =/pam_so_x =/' configure.in
    1.11  	./configure --without-pam --prefix=/usr --sysconfdir=/etc \
    1.12  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.13  	make &&