wok diff netatalk/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | 4d760951690d |
children | afae00265386 |
line diff
1.1 --- a/netatalk/receipt Sun Aug 11 22:45:31 2013 +0000 1.2 +++ b/netatalk/receipt Thu Aug 15 11:41:58 2013 +0000 1.3 @@ -13,14 +13,14 @@ 1.4 1.5 DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ 1.6 libwrap zlib libcomerr3" 1.7 -BUILD_DEPENDS="db-dev libcrypto-dev" 1.8 +BUILD_DEPENDS="db-dev libcrypto-dev file" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 - sed -i -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \ 1.15 - -e 's/pam_so =/pam_so_x =/' configure.in 1.16 + #sed -i -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \ 1.17 + # -e 's/pam_so =/pam_so_x =/' configure.in 1.18 ./configure --without-pam --prefix=/usr --sysconfdir=/etc \ 1.19 --libexecdir=/usr/lib/netatalk \ 1.20 --mandir=/usr/share/man $CONFIGURE_ARGS &&