Skip to content

Commit

Permalink
pcre: add "--enable-jit" option
Browse files Browse the repository at this point in the history
  • Loading branch information
dellelce committed Jun 24, 2020
1 parent 8364ad9 commit 5fc38c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions mkit.profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ profile_python2()

profile_uwsgi()
{
add_options pcre "--enable-jit"

add_run_dep pcre
profile_python
add_run_dep uwsgi
Expand Down Expand Up @@ -458,4 +460,10 @@ profile_proj()
add_run_dep proj
}

profile_pcre()
{
add_options pcre "--enable-jit"
add_run_dep pcre
}

### EOF ###
2 changes: 1 addition & 1 deletion modules/pcre/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
build_pcre()
{
build_gnuconf pcre $srcdir_pcre # AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:
build_gnuconf pcre $srcdir_pcre $* # AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:
return $?
}

0 comments on commit 5fc38c1

Please sign in to comment.