sendmail: link with gcc instead of ld 7565/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 18 Jan 2018 11:28:03 +0000 (09:28 -0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 17 Dec 2018 22:57:01 +0000 (14:57 -0800)
commit213fd4f64bf00b4c303750b27c2a3717a111e5d9
treeb81c16fd01d4f4f271789046400312e85b4f82a8
parent035f7deb2dbcd4169f6c881270e39ac12fad0f10
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>
mail/sendmail/files/OpenWrt
mail/sendmail/files/sharedlibrary.m4