wok diff netatalk/receipt @ rev 23678
updated sudo and sudo-pam (1.8.28 -> 1.8.31)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 10:56:37 2020 +0100 (2020-04-26) |
parents | 4d760951690d |
children | afae00265386 |
line diff
1.1 --- a/netatalk/receipt Sun Aug 11 22:45:31 2013 +0000 1.2 +++ b/netatalk/receipt Sun Apr 26 10:56:37 2020 +0100 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 &&