Pārlūkot izejas kodu

upgrading package: vim 6.1.217 -> 6.1.218

Ralf S. Engelschall 23 gadi atpakaļ
vecāks
revīzija
e7cc3d9ffc
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. 5 2
      vim/vim.spec

+ 5 - 2
vim/vim.spec

@@ -26,7 +26,7 @@
 #   package versions
 %define       V_vl  6.1
 %define       V_vs  61
-%define       V_pl  217
+%define       V_pl  218
 
 #   package options
 %ifndef       with_x11
@@ -43,7 +43,7 @@ Distribution: OpenPKG [CORE]
 Group:        Editor
 License:      Charityware
 Version:      %{V_vl}.%{V_pl}
-Release:      20021012
+Release:      20021013
 
 #   list of sources
 Source0:      ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@@ -70,6 +70,7 @@ Patch214:     ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.214
 Patch215:     ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.215
 Patch216:     ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.216
 Patch217:     ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.217
+Patch218:     ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.218
 
 #   build information
 Prefix:       %{l_prefix}
@@ -114,6 +115,8 @@ AutoReqProv:  no
     ( cd vim%{V_vs}/src
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
+      CPPFLAGS="%{l_cppflags}" \
+      LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
           --enable-max-features \