[SCM] Vim packaging branch, debian, updated. upstream/7.2b.001-194-gbcef158

James Vega jamessan at debian.org
Mon Jul 14 17:01:44 UTC 2008


The following commit has been merged in the debian branch:
commit bcef15889f1bc9bbc9817994e281af351cb184e4
Author: James Vega <jamessan at debian.org>
Date:   Mon Jul 14 13:01:11 2008 -0400

    Instruct configure not to look at /usr/local for includes/libs
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index cf2f7bb..0f3a4bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
     MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-CFGFLAGS:=--prefix=/usr --mandir='$${prefix}'/share/man --with-compiledby="$(BUILDER)"
+CFGFLAGS:=--prefix=/usr --mandir='$${prefix}'/share/man --with-compiledby="$(BUILDER)" --without-local-dir
 
 # "vim-tiny" features: in addition to those coming from the --with-features=xxx,
 # "vim-tiny" is built with those listed in debian/tiny/features.txt

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list