]> git.pld-linux.org Git - packages/vim.git/commitdiff
- fix magic regexp
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Aug 2010 12:35:17 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.517

vim.spec

index c9561ebd1ff9a288c3628c20b09b52bb890f3720..a2654c2c2c8b9e37be72845ff77a490497e90b2a 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -796,7 +796,7 @@ build() {
                echo "s| -l\([^ ]\+\)| %{_libdir}/lib\1.a|g" >>auto/link.sed
                rm -f vim
                %{__make} vim
-               shlink=$(ldd ./vim | grep -v "linux-vdso\|libc.so\|ld-linux.*" || :)
+               shlink=$(ldd ./vim | grep -v "linux-\(gate\|vdso\)\|libc.so\|ld-linux.*" || :)
                if [ -n "$shlink" ]; then
                        echo "Looks like static link failed!"
                        echo "These libs should be linked static:"
This page took 0.143104 seconds and 4 git commands to generate.