wok rev 8194

imported patch toolchain/libpthread-stubs.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents 236c4ae60414
children 38286698e49d
files libpthread-stubs/receipt
line diff
     1.1 --- a/libpthread-stubs/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/libpthread-stubs/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -6,6 +6,8 @@
     1.4  SHORT_DESC="Weak aliases for pthread functions."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 +DEPENDS="glibc-base"
     1.8 +BUILD_DEPENDS="gcc"
     1.9  WEB_SITE="http://xcb.freedesktop.org"
    1.10  WGET_URL="$WEB_SITE/dist/$TARBALL"
    1.11  
    1.12 @@ -13,12 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make && make DESTDIR=$PWD/_pkg install
    1.22 +	./configure && make && make -j 1 install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.