# HG changeset patch # User Pascal Bellard # Date 1376301168 0 # Node ID a2e2f54c8e28e1aaf9823e34ca7f4e2f12860590 # Parent 20649b8c7dbea279df874ff9ee31412d2c60606b netatalk: update bdeps diff -r 20649b8c7dbe -r a2e2f54c8e28 netatalk-pam/receipt --- a/netatalk-pam/receipt Mon Aug 12 09:47:27 2013 +0000 +++ b/netatalk-pam/receipt Mon Aug 12 09:52:48 2013 +0000 @@ -15,7 +15,7 @@ DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ libwrap zlib pam libcomerr3" -BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev" +BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev file" # Rules to configure and make the package. compile_rules() diff -r 20649b8c7dbe -r a2e2f54c8e28 netatalk/receipt --- a/netatalk/receipt Mon Aug 12 09:47:27 2013 +0000 +++ b/netatalk/receipt Mon Aug 12 09:52:48 2013 +0000 @@ -13,14 +13,14 @@ DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ libwrap zlib libcomerr3" -BUILD_DEPENDS="db-dev libcrypto-dev" +BUILD_DEPENDS="db-dev libcrypto-dev file" # Rules to configure and make the package. compile_rules() { cd $src - sed -i -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \ - -e 's/pam_so =/pam_so_x =/' 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 \ --libexecdir=/usr/lib/netatalk \ --mandir=/usr/share/man $CONFIGURE_ARGS &&