wok rev 16284

ARM: make nfs-utils cross compile
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 20:48:48 2014 +0200 (2014-04-06)
parents 630e9bcf2759
children 6f0f8b6fe487
files nfs-utils/receipt
line diff
     1.1 --- a/nfs-utils/receipt	Sun Apr 06 17:03:00 2014 +0200
     1.2 +++ b/nfs-utils/receipt	Sun Apr 06 20:48:48 2014 +0200
     1.3 @@ -25,7 +25,8 @@
     1.4  # Handle cross compilation.
     1.5  case "$ARCH" in
     1.6  	arm*) 
     1.7 -		ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc" ;;
     1.8 +		ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc
     1.9 +		--without-tcp-wrappers CC_FOR_BUILD=${HOST_SYSTEM}-gcc" ;;
    1.10  esac
    1.11  
    1.12  # Rules to configure and make the package.