wok-next rev 2602
netatalk: do not link pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 10 16:33:24 2009 +0000 (2009-04-10) |
parents | 3726587bf329 |
children | fc291facb737 |
files | netatalk/receipt |
line diff
1.1 --- a/netatalk/receipt Fri Apr 10 16:24:27 2009 +0000 1.2 +++ b/netatalk/receipt Fri Apr 10 16:33:24 2009 +0000 1.3 @@ -20,6 +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 ./configure --without-pam --prefix=/usr --sysconfdir=/etc \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 make &&