wok diff tcllib/receipt @ rev 17991

fusecloop: fix realloc index size
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 15:42:00 2015 +0200 (2015-04-23)
parents de49f29b101e
children 86790a278e70
line diff
     1.1 --- a/tcllib/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/tcllib/receipt	Thu Apr 23 15:42:00 2015 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://sourceforge.net/projects/tcllib/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="tcl"
    1.10  BUILD_DEPENDS="tcl"
    1.11 @@ -16,11 +17,8 @@
    1.12  # Rules to configure and make the package.
    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 DESTDIR=$DESTDIR install
    1.22  }