aws / aws-lambda-nodejs-runtime-interface-client

Apache License 2.0
183 stars 56 forks source link

Fix autoconf build issue #117

Closed m-rph closed 2 months ago

m-rph commented 2 months ago

This is a port of aws-lambda-python-runtime-interface-client#168.

It applied a patch to the configure script of curl. The patch fixes some inlining templating issues introduced with autoconf of 2.72.

Fixes: #108

_Target (OCI, Managed Runtime, both): OCI / Custom docker images.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.