Skip to content

configure: set CURL_LIBRARY_PATH for nghttp2#8340

Closed
bwncp wants to merge 1 commit into
curl:masterfrom
bwncp:h2-library-path
Closed

configure: set CURL_LIBRARY_PATH for nghttp2#8340
bwncp wants to merge 1 commit into
curl:masterfrom
bwncp:h2-library-path

Conversation

@bwncp

@bwncp bwncp commented Jan 27, 2022

Copy link
Copy Markdown
Contributor

To execute the test program, we might need the library path so that the lib is found at runtime.

@bagder bagder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting the variable seems like the right change indeed, but I think it should be done slightly further down, in the code block where USE_NGHTTP2 is set. Because otherwise you might have it set before it is confirmed to be the right version.

@bwncp

bwncp commented Jan 28, 2022

Copy link
Copy Markdown
Contributor Author

Setting the variable seems like the right change indeed, but I think it should be done slightly further down, in the code block where USE_NGHTTP2 is set. Because otherwise you might have it set before it is confirmed to be the right version.

Thanks for your feedback.

Fixed now.

@bwncp bwncp requested a review from bagder January 28, 2022 11:08
@bwncp bwncp marked this pull request as draft January 28, 2022 11:08
To execute the test program, we might need the library path so that the lib
is found at runtime.
@bwncp bwncp marked this pull request as ready for review January 28, 2022 11:12
@bagder

bagder commented Jan 28, 2022

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in ac55564 Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants