Skip to content

Commit

Permalink
Always use the bundled PCRE
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 28, 2017
1 parent 23e122a commit 01d1ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ups/eupspkg.cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ config()
# TokuDB requires third-party software jemalloci (see http://www.canonware.com/jemalloc/)
ARGS+=('-DPLUGIN_TOKUDB=NO')

# Always use bundled PCRE
ARGS+=('-DWITH_PCRE=bundled')

# Prevent CMake from finding and linking against libraries distributed in $(dirname
# python)/../lib. This is CMake's default behaviour, but can cause us to erroneously link
# against libraries distributed by e.g. Anaconda.
Expand Down

0 comments on commit 01d1ebf

Please sign in to comment.