diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-12 12:52:50 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-04-12 14:30:25 -0700 |
| commit | 7e9f24994eebbe89a6d08c2f9b9ac5f6d32a23ea (patch) | |
| tree | 8f9b1c0c6f6e6a54b613d3c046e81a86f1e004aa /pkg/pcre/gen.lua | |
| parent | a80fde5be808e787e076e29bdfb49cfb68d90b3d (diff) | |
pcre: Update to 8.42
Diffstat (limited to 'pkg/pcre/gen.lua')
| -rw-r--r-- | pkg/pcre/gen.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/pcre/gen.lua b/pkg/pcre/gen.lua index a0532581..abb455c0 100644 --- a/pkg/pcre/gen.lua +++ b/pkg/pcre/gen.lua @@ -1,6 +1,5 @@ cflags{ '-D HAVE_CONFIG_H', - '-I include', '-I $dir', '-I $srcdir', '-I $outdir/include', @@ -9,9 +8,9 @@ cflags{ build('sed', '$outdir/include/pcre.h', '$srcdir/pcre.h.in', { expr={ '-e s,@PCRE_MAJOR@,8,', - '-e s,@PCRE_MINOR@,41,', + '-e s,@PCRE_MINOR@,42,', '-e s,@PCRE_PRERELEASE@,,', - '-e s,@PCRE_DATE@,2017-07-05,', + '-e s,@PCRE_DATE@,2018-03-20,', }, }) pkg.hdrs = {'$outdir/include/pcre.h'} |
