Some way to handle static library dependencies for C programs
Look at the curl
recipe for instance, which builds openssl. A proper git recipe (which is not in the cookbook yet) will require zlib, openssl, curl, expat... maybe something else.
If we switch to dynamic linking at some point, these could be packages, but they would have to be visible at compile time.