GitHub user liming01 opened a pull request:
https://github.com/apache/incubator-hawq/pull/952
HAWQ-1090. Fixed build problem on macos sierra (10.12)
Fixed 2 problems here:
1) Report error: "'openssl/ssl.h' file not found", which is caused by
running 'brew link openssl --force' error. Offer a workaround: appending the
default installation directory to '-I' and '-L', even the directory not exists
on the old macos, it just report warning.
2) Report error: "'apr.h' file not found", which is caused by hard-coded
modification of path fetched from 'apr-1-config --includes'.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liming01/incubator-hawq mli/HAWQ-1090
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/952.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #952
----
commit 1ca66b30961b76173e64b2b3ad925b8cda3b05fe
Author: Ming LI <[email protected]>
Date: 2016-10-09T03:26:30Z
HAWQ-1090. Fixed build problem on macos sierra (10.12)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---