wok-next diff xorg-libXp/receipt @ rev 19414
Up slitaz-dev-tools (258)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 24 14:47:43 2016 +0200 (2016-09-24) |
parents | eb8067417980 |
children | ea3c4b76ea5d |
line diff
1.1 --- a/xorg-libXp/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-libXp/receipt Sat Sep 24 14:47:43 2016 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.x.org/" 1.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.7 -CROSS="bug: can not run test programm" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="xorg-libXext" 1.11 BUILD_DEPENDS="xorg-libXext-dev xorg-printproto" 1.12 @@ -21,8 +21,7 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 - --build=$HOST_SYSTEM \ 1.17 - --host=$HOST_SYSTEM && 1.18 + $CONFIGURE_ARGS && 1.19 make && make install 1.20 } 1.21