# HG changeset patch # User Christophe Lincoln # Date 1396810128 -7200 # Node ID b0f93805d8bbc647bbfd6b7ccd1ad3bea93328a0 # Parent 630e9bcf27596f734f8026b2901db450ce745ae0 ARM: make nfs-utils cross compile diff -r 630e9bcf2759 -r b0f93805d8bb nfs-utils/receipt --- a/nfs-utils/receipt Sun Apr 06 17:03:00 2014 +0200 +++ b/nfs-utils/receipt Sun Apr 06 20:48:48 2014 +0200 @@ -25,7 +25,8 @@ # Handle cross compilation. case "$ARCH" in arm*) - ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc" ;; + ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc + --without-tcp-wrappers CC_FOR_BUILD=${HOST_SYSTEM}-gcc" ;; esac # Rules to configure and make the package.