Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug #64293 #304

Closed
wants to merge 1 commit into from
Closed

Fix bug #64293 #304

wants to merge 1 commit into from

Conversation

olemarkus
Copy link
Contributor

The problem is because of a change in pgkconfig 0.28 that trims the output of
pkg-config --cflags-only-I openssl.

This cause the 'if test -n "$OPENSSL_LIBS" && test -n "$OPENSSL_INCS"; then' to
fail and -lssl is no longer passed to the build.

Splitting the check in two resolves the issue.

The problem is because of a change in pgkconfig 0.28 that trims the output of
pkg-config --cflags-only-I openssl.

This cause the 'if test -n "$OPENSSL_LIBS" && test -n "$OPENSSL_INCS"; then' to
fail and -lssl is no longer passed to the build.

Splitting the check in two resolves the issue.
@cjbj
Copy link
Contributor

cjbj commented Apr 3, 2013

@php-pulls
Copy link

Comment on behalf of nikic at php.net:

As pointed out by @cjbj this is already fixed, closing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants