wok diff netatalk/receipt @ rev 3044
Up: mpfr (2.4.1) [security update]
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 12 23:27:43 2009 +0200 (2009-05-12) |
parents | ca605c3d0d55 |
children | 2c679ce49f4c |
line diff
1.1 --- a/netatalk/receipt Fri Apr 10 16:33:24 2009 +0000 1.2 +++ b/netatalk/receipt Tue May 12 23:27:43 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 &&