Tags: aws/aws-lambda-python-runtime-interface-client
Tags
Patch libcurl configure.ac to work with later versions of autoconf (#168 ) Added a patch for libcurl/configure.ac to fix build issues with recent versions of autoconf This commit adds a patch for curl/configure.ac that replaces the inlined flags/conditionals with scoped ones. What's happening? 1. We have build failures in later versions of autoconf. 1. Why ? ./configure script for libcurl breaks during execution. 2. Why ? Control flow structures are not correctly closed which results in a parse error. 3. Why ? The structures in the m4 template in ./configure.ac for the 7.83.1 release of libcurl rely on inlined scripts. 4. Why [now]? The 2.72 update on autoconf changed the behaviour of the script generator. What do we do to ameliorate this? 1. Corrected the config script 2. Created a patch 3. Apply the patch to the shipped curl dependency
PreviousNext