aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
263 stars 75 forks source link

Patch libcurl configure.ac to work with later versions of autoconf #168

Closed m-rph closed 2 months ago

m-rph commented 2 months ago

Adds a patch for autoconf 2.72 for alpine3.20.

Fixes: #144

Target: Custom Docker Image

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

m-rph commented 2 months ago
pip install https://github.com/aws/aws-lambda-python-runtime-interface-client/archive/refs/heads/python-ric-144.zip

Also builds therefore the latest commit is patched properly.

Contents of the tar can be verified by running scripts/update_deps.sh and unpacking / diffing the contents.