Files
packages/mail
Eneas U de Queiroz 9d2bf88ec4 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>
2019-04-23 20:00:22 -07:00
..
2017-08-29 21:41:14 -07:00
2017-03-07 14:57:02 +02:00
2018-03-25 10:36:33 +03:00
2017-03-11 04:32:47 +02:00
2017-05-31 17:13:19 +02:00
2018-03-14 07:04:22 +01:00
2017-08-29 21:41:14 -07:00
2018-01-07 21:18:11 -05:00
2018-04-08 00:37:49 +03:00
2017-08-29 21:41:14 -07:00