wok diff jbigkit/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 23c3aed67cd9
children be4941ed944e
line diff
     1.1 --- a/jbigkit/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/jbigkit/receipt	Sun Feb 08 18:13:43 2015 +0000
     1.3 @@ -9,13 +9,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
     1.6  WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	mv $PACKAGE $src 2> /dev/null
    1.13  	cd $src
    1.14 -	make
    1.15 +	make CC=${HOST_SYSTEM}-gcc
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 @@ -25,4 +26,3 @@
    1.20  	cp -a $src/libjbig/*.h $fs/usr/include
    1.21  	cp -a $src/libjbig/*.a $fs/usr/lib
    1.22  }
    1.23 -