sudo: updated to 1.6.9p19, force -j1

This commit is contained in:
Simone Rota 2008-12-17 01:10:29 +01:00
parent 310491b27d
commit 1789857596
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
31d712c361b9386e2374fb0cf76fc47a sudo-1.6.9p18.tar.gz 9843cac5aa18ccc2f69eba3ec787f2ea sudo-1.6.9p19.tar.gz

View File

@ -5,16 +5,16 @@
# Depends on: # Depends on:
name=sudo name=sudo
version=1.6.9p18 version=1.6.9p19
release=1 release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz) source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
./configure --mandir=/usr/man --prefix=/usr --libexecdir=/usr/lib --without-pam ./configure --mandir=/usr/man --prefix=/usr --libexecdir=/usr/lib --without-pam
make make -j1
install -d $PKG/{etc,usr/{bin,sbin}} install -d $PKG/{etc,usr/{bin,sbin}}
make DESTDIR=$PKG install make -j1 DESTDIR=$PKG install
ln -sf sudo $PKG/usr/bin/sudoedit ln -sf sudo $PKG/usr/bin/sudoedit
ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8 ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8
rm -rf $PKG/usr/info rm -rf $PKG/usr/info