p5-net-ssleay
p5-net-ssleay copied to clipboard
Install on Termux
Can you please update Makefile.PL
to be able to install your module on Termux.
It would simply require updating sub find_openssl_prefix
to include:
"/data/data/com.termux/files/usr/bin/openssl" => "/data/data/com.termux/files/usr",
(Currently I need to use the OPENSSL_PREFIX environmental variable).
Thanks 😀