I'm trying to compile a #php extension that uses other libraries (e.g., libcurl, openssl); how do I compile statically so that the system using the compiled extension does not need those other libraries installed? (Goal is to create a package I can then slurp into CI systems)