diff options
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'} |
