# HG changeset patch # User Christopher Rogers # Date 1305871604 0 # Node ID 680191d09a83e5cd839ed948ce220f0e4e25464a # Parent a8b2499371273514efced9ded39f676514506e05 Up: sudo to 1.8.1p2. Add $CONFIGURE_ARGS. diff -r a8b249937127 -r 680191d09a83 sudo-pam/receipt --- a/sudo-pam/receipt Fri May 20 06:00:41 2011 +0000 +++ b/sudo-pam/receipt Fri May 20 06:06:44 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sudo-pam" -VERSION="1.8.1" +VERSION="1.8.1p2" CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority using PAM." MAINTAINER="erjo@slitaz.org" @@ -22,7 +22,8 @@ --sysconfdir=/etc \ --with-pam \ --with-editor=/bin/vi \ - --libexecdir=/usr/lib && + --libexecdir=/usr/lib \ + $CONFIGURE_ARGS && make && make install } diff -r a8b249937127 -r 680191d09a83 sudo/receipt --- a/sudo/receipt Fri May 20 06:00:41 2011 +0000 +++ b/sudo/receipt Fri May 20 06:06:44 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sudo" -VERSION="1.8.1" +VERSION="1.8.1p2" CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority." MAINTAINER="erjo@slitaz.org" @@ -18,7 +18,7 @@ --without-pam \ --with-editor=/bin/vi \ --libexecdir=/usr/lib \ - + $CONFIGURE_ARGS && # Build everything make && # Install everything