]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Let less use pcre regex-engine.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Apr 2009 21:31:19 +0000 (23:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Apr 2009 21:31:19 +0000 (23:31 +0200)
lfs/less

index 337b4822436a3be06d617ab00378943f59461c70..9d49b2874222c1f48b394ed7baf22e60000310f5 100644 (file)
--- a/lfs/less
+++ b/lfs/less
@@ -38,7 +38,7 @@ MAINTAINER =
 GROUP      = Applications/Text
 EXTRA      = no
 DEBUG      = no
-DEPS       =
+DEPS       = pcre
 
 URL        = http://www.greenwoodsoftware.com/less/
 LICENSE    = GPLv3+
@@ -83,7 +83,8 @@ $(OBJECT): $(objects)
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --sysconfdir=/etc \
-                       --with-secure
+                       --with-secure \
+                       --with-regex=pcre
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)