# HG changeset patch # User Christophe Lincoln # Date 1306169447 -7200 # Node ID 49964eda5823fde2325b450a7faf6bd9ee92dad6 # Parent 6fc398cb49a09173e627fd52013ff5c1d4a0987e apr: can't cross (use native) diff -r 6fc398cb49a0 -r 49964eda5823 apr/receipt --- a/apr/receipt Mon May 23 18:38:20 2011 +0200 +++ b/apr/receipt Mon May 23 18:50:47 2011 +0200 @@ -10,6 +10,7 @@ WEB_SITE="http://apr.apache.org" WGET_URL="http://mir2.ovh.net/ftp.apache.org/dist/$PACKAGE/$TARBALL http://apache.crihan.fr/dist/$PACKAGE/$TARBALL" +CROSS="error: cannot check for file existence when cross compiling" # Rules to configure and make the package. compile_rules() @@ -21,7 +22,8 @@ --enable-nonportable-atomics \ --with-egd \ --with-devrandom \ - $CONFIGURE_ARGS && + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && make && make install }