[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ltib] Patch for building PCRE on systems with grep 2.7
From: |
Mark |
Subject: |
[Ltib] Patch for building PCRE on systems with grep 2.7 |
Date: |
Thu, 9 Jun 2011 12:02:38 +0100 |
User-agent: |
KMail/1.13.5 (Linux/2.6.34.8-0.2-desktop; KDE/4.4.4; x86_64; ; ) |
Hello
The PCRE package fails to build on systems with grep 2.7 (or greater??). This
is due to a grep update which now rejects regular expressions that use
[:space:] instead of [[:space:]]. This affects 'configure' when it attempts to
check for the correct version of ltmain.sh.
The attached patches are as follows:
pcre-6.3-grep.patch - changes the grep command in configure.
pcre-spec-grep.patch - updates the spec file to apply the above patch.
Didn't know whether to fix the '[:space:]' used by sed at the same time? Works
okay at the moment, but I suppose that it could also change in the future.
Regards
Mark
pcre-spec-grep.patch
Description: Text Data
pcre-6.3-grep.patch
Description: Text Data
- [Ltib] Patch for building PCRE on systems with grep 2.7,
Mark <=