Files
packages/mail
Eneas U de Queiroz 213fd4f64b sendmail: link with gcc instead of ld
If ld is used directly to link libmilter.so, linking is not done
correctly with glibc, and produces a library that can't be used.
Linking with the bad library produces a strange error:
ld: conftest: hidden symbol `stat' in [...]libc_nonshared.a(stat.oS)
is referenced by DSO

Using ld with musl works fine, but using gcc is a more portable way of
linking the shared library anyway.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-17 14:57:01 -08:00
..
2018-11-12 12:34:54 -08:00
2018-11-28 21:58:12 +02:00
2018-07-07 10:22:57 -07:00
2017-03-11 04:32:47 +02:00
2018-12-02 16:42:38 -08:00
2018-12-02 09:56:41 -05:00
2018-08-29 21:15:55 +03:00
2017-08-29 21:41:14 -07:00