wok-6.x diff gettext/receipt @ rev 19700

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 11:23:11 2017 +0100 (2017-02-14)
parents ef147b8cd509
children de851b76d3c8
line diff
     1.1 --- a/gettext/receipt	Tue Nov 03 10:33:47 2015 +0200
     1.2 +++ b/gettext/receipt	Tue Feb 14 11:23:11 2017 +0100
     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