Skip to content

Commit

Permalink
what if we bind to the legacy version of PCRE?
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Aug 17, 2018
1 parent 7a38eb2 commit fd2359a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
apt:
packages:
- libcurl4-openssl-dev
- libpcre2-dev
- libpcre3-dev

- os: osx
language: c
Expand Down
2 changes: 1 addition & 1 deletion script/build-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd $SOURCE
make clean
DESTDIR="$DESTINATION" make strip install prefix=/ \
NO_PERL=1 \
USE_LIBPCRE=1 \
USE_LIBPCRE1=1 \
NO_TCLTK=1 \
NO_GETTEXT=1 \
NO_INSTALL_HARDLINKS=1 \
Expand Down

0 comments on commit fd2359a

Please sign in to comment.