wok-current rev 10391
apr: can't cross (use native)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 18:50:47 2011 +0200 (2011-05-23) |
parents | 6fc398cb49a0 |
children | 61a57d0ac8d1 |
files | apr/receipt |
line diff
1.1 --- a/apr/receipt Mon May 23 18:38:20 2011 +0200 1.2 +++ b/apr/receipt Mon May 23 18:50:47 2011 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://apr.apache.org" 1.5 WGET_URL="http://mir2.ovh.net/ftp.apache.org/dist/$PACKAGE/$TARBALL 1.6 http://apache.crihan.fr/dist/$PACKAGE/$TARBALL" 1.7 +CROSS="error: cannot check for file existence when cross compiling" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -21,7 +22,8 @@ 1.12 --enable-nonportable-atomics \ 1.13 --with-egd \ 1.14 --with-devrandom \ 1.15 - $CONFIGURE_ARGS && 1.16 + --build=$HOST_SYSTEM \ 1.17 + --host=$HOST_SYSTEM && 1.18 make && make install 1.19 } 1.20