wok-6.x rev 17751
gvim: add -ltinfo in LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 08 17:02:50 2015 +0100 (2015-03-08) |
parents | 13d643413294 |
children | 279df65a72b8 |
files | gvim/receipt |
line diff
1.1 --- a/gvim/receipt Sun Mar 08 10:51:20 2015 +0100 1.2 +++ b/gvim/receipt Sun Mar 08 17:02:50 2015 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 1.10 # define the place for the global vimrc file (set to /etc/vim/vimrc) 1.11 # (patch from Arch Linux PKGBUILD) 1.12 @@ -85,4 +85,3 @@ 1.13 echo "Processing post-remove commands..." 1.14 ln -sf /bin/busybox $1/bin/vi 1.15 } 1.16 -