wok-current diff gettext/receipt @ rev 19339
Add libzim-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 19 09:39:44 2016 +0200 (2016-07-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 Tue Jul 19 09:39:44 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