# HG changeset patch # User Christophe Lincoln # Date 1306107848 -7200 # Node ID 720c4148ff555984862865b7d0c4414919bc836e # Parent 1f0549928bcb9058a2b521162c199642020a1753 talloc: make it build (bug in CROSS) diff -r 1f0549928bcb -r 720c4148ff55 talloc/receipt --- a/talloc/receipt Mon May 23 01:01:19 2011 +0200 +++ b/talloc/receipt Mon May 23 01:44:08 2011 +0200 @@ -6,10 +6,11 @@ SHORT_DESC="Hierarchical pool based memory allocator with destructors." MAINTAINER="gokhlayeh@slitaz.org" DEPENDS="glibc-base" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://talloc.samba.org/" WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" +CROSS="bug: must use --cross-compile and --cross-execute=" # Rules to configure and make the package. compile_rules() @@ -18,7 +19,7 @@ ./configure \ --prefix=/usr \ --enable-talloc-compat1 \ - $CONFIGURE_ARGS && + --hostcc=$HOST_SYSTEM && make -j 4 && make DESTDIR=$PWD/_pkg install }