wok diff uemacs/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents 2a21689b0af7
children 3494cfd4c595
line diff
     1.1 --- a/uemacs/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/uemacs/receipt	Sun Jul 05 16:27:51 2015 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
     1.5  TAGS="editor"
     1.6  
     1.7 -DEPENDS=""
     1.8 +DEPENDS="ncurses"
     1.9  BUILD_DEPENDS="git ncurses-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.16  	make
    1.17  }
    1.18