Re: [arch-dev-public] [arch-commits] CVS update of extra/devel/slang (PKGBUILD)
I think the options=(!makeflags) would work for this... -Dan On 10/1/07, andyrtr@archlinux.org <andyrtr@archlinux.org> wrote:
Date: Monday, October 1, 2007 @ 14:51:02 Author: andyrtr Path: /home/cvs-extra/extra/devel/slang
Modified: PKGBUILD (1.15 -> 1.16)
fixed smp build
----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Index: extra/devel/slang/PKGBUILD diff -u extra/devel/slang/PKGBUILD:1.15 extra/devel/slang/PKGBUILD:1.16 --- extra/devel/slang/PKGBUILD:1.15 Sat Sep 29 04:26:02 2007 +++ extra/devel/slang/PKGBUILD Mon Oct 1 14:51:02 2007 @@ -1,4 +1,4 @@ -# $Id: PKGBUILD,v 1.15 2007/09/29 08:26:02 juergen Exp $ +# $Id: PKGBUILD,v 1.16 2007/10/01 18:51:02 andyrtr Exp $ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: Juergen Hoetzel <juergen@archlinux.org>
@@ -17,5 +17,5 @@ # patch -p1 -i $startdir/src/$pkgname-2.0.6-makefile.patch || return 1 ./configure --prefix=/usr make || return 1 - make install DESTDIR=$startdir/pkg/ + make -j1 install DESTDIR=$startdir/pkg/ }
_______________________________________________ arch-commits mailing list arch-commits@archlinux.org http://archlinux.org/mailman/listinfo/arch-commits
Am Mon, 1 Oct 2007 13:52:57 -0500 schrieb "Dan McGee" <dpmcgee@gmail.com>:
I think the options=(!makeflags) would work for this...
-Dan
sure. but then it would do everything nonsmp. the way i did it we can compile with make much faster. often only the install scripts are broken. Andy
participants (2)
-
Andreas Radke
-
Dan McGee