wok rev 10390

startup-notification: can't cross (use native)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 18:38:20 2011 +0200 (2011-05-23)
parents d1b3ca8f68f4
children 49964eda5823
files startup-notification/receipt
line diff
     1.1 --- a/startup-notification/receipt	Mon May 23 18:34:57 2011 +0200
     1.2 +++ b/startup-notification/receipt	Mon May 23 18:38:20 2011 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
     1.6  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
     1.7 +CROSS="error: cannot run test program while cross compiling"
     1.8  
     1.9  DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
    1.10  xorg-libXau xorg-libXdmcp"
    1.11 @@ -17,7 +18,10 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	./configure -C --prefix=/usr $CONFIGURE_ARGS &&
    1.16 +	./configure -C \
    1.17 +		--prefix=/usr \
    1.18 +		--build=$HOST_SYSTEM \
    1.19 +		--host=$HOST_SYSTEM &&
    1.20  	make && make install
    1.21  }
    1.22