Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Feb 27, 2018
1 parent 1689baa commit e4e85e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/pkgs/pcre/spkg-install
Expand Up @@ -9,6 +9,9 @@ sdh_make
# particular on Solaris. We run the testsuite of pcre (this takes only
# a few seconds). It the testsuite fails, we rebuild pcre without JIT
# support. See https://trac.sagemath.org/ticket/24628
# We don't do this on Cygwin because the feature is already known to work there
# and the test suite doesn't pass on Cygwin otherwise, albeit for unrelated,
# mostly harmless reasons.
if [ "$UNAME" != "CYGWIN" ]; then
if ! $MAKE check; then
echo >&2 "*** Rebuilding pcre without JIT support ***"
Expand Down

0 comments on commit e4e85e8

Please sign in to comment.