Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28af6f2f9dd80b2098a85376d18220198509aafe

commit 28af6f2f9dd80b2098a85376d18220198509aafe
Author: James Buren <[email protected]>
Date:   Mon Jan 16 14:41:53 2012 -0700

vim-7.3-5-i686
* drop usage of libelf

diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
index ca6ccbb..df4d065 100644
--- a/source/apps/vim/FrugalBuild
+++ b/source/apps/vim/FrugalBuild
@@ -5,10 +5,10 @@ USE_GUI=${USE_GUI:-"y"}

pkgname=vim
pkgver=7.3
-pkgrel=4
+pkgrel=5
pkgdesc="VIM - Vi IMproved console"
url="http://www.vim.org";
-depends=('ncurses' 'libelf')
+depends=('ncurses')
groups=('apps')
options=('scriptlet')
archs=('i686' 'x86_64' 'ppc')
@@ -46,7 +46,7 @@ build()

# Remove these 2 lines if the linking script is ever fixed.
# It loops infinitely for me.
-       Fexec sed -i '2 i $LINK --as-needed' link.sh
+       Fexec sed -i '2 i $LINK -Wl,--as-needed' link.sh
Fexec sed -i '3 i exit $?'           link.sh

if Fuse $USE_GUI; then
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to