# HG changeset patch # User Christophe Lincoln # Date 1306166265 -7200 # Node ID 848af2e8dc826c3bb76728a069f3b8fb9a9cf4ee # Parent 81be183507d834c21a60b6964d23fd476effca70 xorg-libXp: can't cross (use native) diff -r 81be183507d8 -r 848af2e8dc82 xorg-libXp/receipt --- a/xorg-libXp/receipt Mon May 23 15:51:14 2011 +0200 +++ b/xorg-libXp/receipt Mon May 23 17:57:45 2011 +0200 @@ -13,17 +13,16 @@ # This lib is missing from the current X11R7.4 #WGET_URL="$XORG_MIRROR/lib/$TARBALL" WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/lib/$TARBALL" +CROSS="bug: can not run test programm" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.