# HG changeset patch # User Pascal Bellard # Date 1239383893 0 # Node ID 8e047542175ab1c8ee1dca23ec4e655a9c1b189e # Parent fc291facb7372dfd108e35b8c5f94586d997a71c netatalk: fix compile_rules diff -r fc291facb737 -r 8e047542175a netatalk/receipt --- a/netatalk/receipt Fri Apr 10 18:03:20 2009 +0000 +++ b/netatalk/receipt Fri Apr 10 17:18:13 2009 +0000 @@ -20,8 +20,8 @@ [ -f done.netatalk-2.0.3-newer-db.patch ] || \ patch -p1 < ../stuff/netatalk-2.0.3-newer-db.patch touch done.netatalk-2.0.3-newer-db.patch - sed -i -e 's/USE_PAM/USE_NOT_PAM/' -e 's/BUILD_PAM/BUILD_NOT_PAM/' \ - configure.in + sed -i -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \ + -e 's/pam_so =/pam_so_x =/' configure.in ./configure --without-pam --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man $CONFIGURE_ARGS && make &&