wok-6.x diff nano/receipt @ rev 16718
Add pifmrds (does not build yet)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 01 17:53:40 2014 +0000 (2014-06-01) |
parents | 5613d51e1fdf |
children | 3b8a7f962bd0 |
line diff
1.1 --- a/nano/receipt Sat Mar 15 05:33:56 2014 +0100 1.2 +++ b/nano/receipt Sun Jun 01 17:53:40 2014 +0000 1.3 @@ -19,20 +19,13 @@ 1.4 SUGGESTED="gpm" 1.5 BUILD_DEPENDS="ncursesw-dev" 1.6 1.7 -# Handle cross compilation 1.8 -case "$ARCH" in 1.9 - arm) 1.10 - export LDFLAGS="-L/usr/cross/arm/lib -L/usr/cross/arm/usr/lib" 1.11 - BUILD_DEPENDS="ncurses-dev";; 1.12 - i?86) ARCH_ARGS="--enable-utf8" ;; 1.13 -esac 1.14 - 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 ./configure \ 1.19 --sysconfdir=/etc \ 1.20 --localstatedir=/var \ 1.21 + --enable-utf8 \ 1.22 $CONFIGURE_ARGS $ARCH_ARGS && 1.23 make && make install 1.24 }