wok rev 2604

netatalk: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 10 17:18:13 2009 +0000 (2009-04-10)
parents fc291facb737
children 38ad3038bb4b
files netatalk/receipt
line diff
     1.1 --- a/netatalk/receipt	Fri Apr 10 18:03:20 2009 +0000
     1.2 +++ b/netatalk/receipt	Fri Apr 10 17:18:13 2009 +0000
     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 &&