[arch-commits] CVS update of core/base/coreutils (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Feb 8 19:50:50 UTC 2008


    Date: Friday, February 8, 2008 @ 14:50:50
  Author: tpowa
    Path: /home/cvs-core/core/base/coreutils

Modified: PKGBUILD (1.31 -> 1.32)

'upgpkg: fixed missing pam support in su'


----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: core/base/coreutils/PKGBUILD
diff -u core/base/coreutils/PKGBUILD:1.31 core/base/coreutils/PKGBUILD:1.32
--- core/base/coreutils/PKGBUILD:1.31	Sat Feb  2 07:28:16 2008
+++ core/base/coreutils/PKGBUILD	Fri Feb  8 14:50:50 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.31 2008/02/02 12:28:16 andyrtr Exp $
+# $Id: PKGBUILD,v 1.32 2008/02/08 19:50:50 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=coreutils
 pkgver=6.10
-pkgrel=1
+pkgrel=2
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
 arch=(i686 x86_64)
 license=('GPL3')
@@ -37,7 +37,8 @@
   patch -Np1 -i ../coreutils-uname.patch || return 1
   # make head and tail recognize the old syntax (eg, tail -10)
   export DEFAULT_POSIX2_VERSION=199209
-  ./configure --prefix=/usr ac_cv_func_openat=no --enable-install-program=su
+  autoconf
+  ./configure --prefix=/usr ac_cv_func_openat=no --enable-install-program=su --enable-pam
   make || return 1
   make DESTDIR=$startdir/pkg install
   rm -f $startdir/pkg/usr/bin/hostname $startdir/pkg/usr/share/man/man1/hostname.1 || return 1




More information about the arch-commits mailing list