wok diff gettext/receipt @ rev 19145

mpv: add EXTRA_SOURCE_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 16:16:54 2016 +0200 (2016-05-19)
parents ef147b8cd509
children de851b76d3c8
line diff
     1.1 --- a/gettext/receipt	Tue Nov 03 10:33:47 2015 +0200
     1.2 +++ b/gettext/receipt	Thu May 19 16:16:54 2016 +0200
     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