From: Michael Tremer Date: Thu, 23 Apr 2009 21:31:19 +0000 (+0200) Subject: Let less use pcre regex-engine. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6fa38cacfe9d6ebb45b3d237ed8698edfddc70;p=ipfire-3.x.git Let less use pcre regex-engine. --- diff --git a/lfs/less b/lfs/less index 337b48224..9d49b2874 100644 --- 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)