wok diff gettext/receipt @ rev 19259

nano: split nano-doc with man pages and docs, shrink *.nanorc files (-9KB uncompressed)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 03 13:47:30 2016 +0300 (2016-07-03)
parents ef147b8cd509
children de851b76d3c8
line diff
     1.1 --- a/gettext/receipt	Tue Nov 03 10:33:47 2015 +0200
     1.2 +++ b/gettext/receipt	Sun Jul 03 13:47:30 2016 +0300
     1.3 @@ -18,13 +18,14 @@
     1.4  
     1.5  # Handle cross compilation. Glibc-locale are installed in cross chroot.
     1.6  case "$ARCH" in
     1.7 -	arm) BUILD_DEPENDS="ncurses-dev libxml2-tools libxml2-dev" ;;
     1.8 +	arm) BUILD_DEPENDS="attr-dev ncurses-dev libxml2-tools libxml2-dev"
     1.9 +	     ARCH_ARGS="--disable-acl" ;;
    1.10  esac
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	./configure $CONFIGURE_ARGS &&
    1.16 +	./configure $CONFIGURE_ARGS $ARCH_ARGS &&
    1.17  	make && make install
    1.18  }
    1.19