webmcp

annotate framework/env/net/__init.lua @ 555:16197a40c7a9

Removed -lc from flags for creating shared libraries (should no longer be necessary when using cc instead of ld)
author jbe
date Mon Feb 10 20:47:58 2020 +0100 (2020-02-10)
parents 1d79b0612bd1
children
rev   line source
jbe@444 1 net._mail_config = {
jbe@528 2 command = { "/usr/sbin/sendmail", "-t", "-i" },
jbe@444 3 envelope_from_option = "-f"
jbe@444 4 }

Impressum / About Us