]> git.pld-linux.org Git - packages/vim.git/commitdiff
- fix for ncurses/tinfo as-needed problem: --with-tlib="ncurses -ltinfo"
authorsparky <sparky@pld-linux.org>
Mon, 31 Jul 2006 21:06:14 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.371

vim.spec

index 608462809515b22523d755527bcae2a9d1775e2d..e30fbc0e1f0d94b6d53e17e62380bd94b4c8827e 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -711,7 +711,7 @@ LDFLAGS="%{rpmldflags}"
        --enable-gpm \
        --with-features=huge \
        --enable-multibyte \
-       --with-tlib=ncurses \
+       --with-tlib="ncurses -ltinfo" \
        --enable-nls \
        --with-modifiedby="PLD Linux Distribution" \
        --with-compiledby="PLD Linux Distribution"
This page took 0.172762 seconds and 4 git commands to generate.