> But is still REQUIRED for building the library… Thus, the library still has > a REQUIRED dependency on a LGPL’d library to work. Thus, it must be > optional and the user must take explicit actions to enable it during build > and runtime.
>>has a REQUIRED dependency on a LGPL’d library to work<< if the library is not available, we won't use it... the use is optional. The compilation is required to validate method calls. It would be actually possible to compile the library without the actual libaio installed, but I don't want to go that route as it would complicate the build and code. But the use is still dynamic linked.
