Hello,
I see that xhttp_pi module depends on libxml2, but it is compiled and installed by default. It should be added in the excluded modules list. Regarding packaging, perhaps its place is in xml-modules package.
Also, it installs a dedicated config file from the core Makefile. It is no longer the proper way to do it. Each module can install additional config file once they are installed. See the Makefile of the tls module, which installs tls.cfg only when the module is installed as well. It should be done for xhttp_pi module in the same way.
Cheers, Daniel
Fixed. Thanks for reporting it.
-ovidiu
On Tue, Dec 4, 2012 at 4:05 PM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
I see that xhttp_pi module depends on libxml2, but it is compiled and installed by default. It should be added in the excluded modules list. Regarding packaging, perhaps its place is in xml-modules package.
Also, it installs a dedicated config file from the core Makefile. It is no longer the proper way to do it. Each module can install additional config file once they are installed. See the Makefile of the tls module, which installs tls.cfg only when the module is installed as well. It should be done for xhttp_pi module in the same way.
Cheers, Daniel