wok diff nfs-utils/receipt @ rev 18172

Up: cookutils(746): cook pkgdb: make sure to get "mirrors" and "extra.list"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 30 14:28:19 2015 +0300 (2015-06-30)
parents 4cd474907d60
children 9e01bc6321ea
line diff
     1.1 --- a/nfs-utils/receipt	Wed Apr 02 10:38:57 2014 +0200
     1.2 +++ b/nfs-utils/receipt	Tue Jun 30 14:28:19 2015 +0300
     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.