X-Git-Url: http://gitweb/?a=blobdiff_plain;f=shadow%2FPkgfile;h=d570a5e502a023bb4fcf6ba066e0a1d0bc14dfb2;hb=faaae0097e2cfb47abaf03c089587ab5a312e48c;hp=60ad5b178f3316461975030b97bc0dac34ec1728;hpb=fe1073fc0f47be79b536b43764e040845978320d;p=crossrootfs.git diff --git a/shadow/Pkgfile b/shadow/Pkgfile index 60ad5b1..d570a5e 100644 --- a/shadow/Pkgfile +++ b/shadow/Pkgfile @@ -1,20 +1,20 @@ # Description: Shadow password file utilities # URL: http://pkg-shadow.alioth.debian.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=shadow -version=4.1.4.2 -release=1 -source=(ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$name-$version.tar.bz2 \ +version=4.1.5.1 +release=3 +source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2 \ pwck login.defs) build() { cd $name-$version - cat > config.cache << EOF -ac_cv_func_setpgrp_void=yes -EOF + + echo "ac_cv_func_setpgrp_void=yes" >> config.cache + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \