]> git.pld-linux.org Git - packages/vim.git/commitdiff
- fixed static linking for vim-static. vim-6_0ai-3
authorkloczek <kloczek@pld-linux.org>
Thu, 26 Jul 2001 07:20:57 +0000 (07:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.70

vim.spec

index 4350e929fa2297e07011c1e99cf40269e7512c05..d72346451cd2c18194afbf40c6f9dd0b9fe4238b 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -218,6 +218,7 @@ mv -f vim vim.ncurses
 
 %if %{!?_without_static:1}%{?_without_static:0}
 %{__make} distclean
+LDFLAGS="%{rpmldflags} -static"
 %configure \
        --disable-gui \
        --without-x \
@@ -240,6 +241,7 @@ mv -f xxd/xxd xxd.static
 
 %if %{!?_without_athena:1}%{?_without_athena:0}
 %{__make} distclean
+LDFLAGS="%{rpmldflags}"
 %configure \
        --with-features=huge \
        --enable-gui=athena \
This page took 0.947398 seconds and 4 git commands to generate.