wok diff xcb-util-keysyms/receipt @ rev 19117

sqlite: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 17:36:05 2016 +0200 (2016-05-07)
parents 1579e41f30b5
children a78610b2eb47
line diff
     1.1 --- a/xcb-util-keysyms/receipt	Fri Jun 14 11:49:11 2013 +0200
     1.2 +++ b/xcb-util-keysyms/receipt	Sat May 07 17:36:05 2016 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  WEB_SITE="http://xcb.freedesktop.org/"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libxcb"
    1.10  BUILD_DEPENDS="libxcb-dev xorg-util-macros"
    1.11 @@ -16,8 +17,10 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    1.17 +	./configure \
    1.18 +		--disable-static \
    1.19 +		$CONFIGURE_ARGS && 
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.