#231 closed enhancement (fixed)
enable pcre in omega if available
Reported by: | tv+xapian.org | Owned by: | New Bugs |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.0 |
Component: | Omega | Version: | SVN trunk |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Linux |
Description (last modified by )
Hi,
the patch at http://people.debian.org/~tviehmann/list-search/xapian-pcre-detection.diff enables PCRE (perl compatible regular expressions) and the "transform" script command in Omega if PCRE is available. Detection is via pcre-config in the path. It does not fail upon non-availability but just compiles without. In addition, the patch adds a build-depends to debian/control.
Patch applies against a current SVN checkout, though my testing was mostly against 1.0.4-1 and 1.0.5-1 debian packages.
Kind regards
T.
URL: http://people.debian.org/~tviehmann/list-search/xapian-pcre-detection.diff
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | xapian-pcre-detection.diff added |
---|
comment:1 by , 17 years ago
Operating System: | → Linux |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for the patch. Now fixed in SVN HEAD.
comment:3 by , 16 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 1.1.0 |
This patch will be in 1.1.0, so setting the milestone.
patch as described