]> source.dussan.org Git - rspamd.git/commit
Stop linking with -lnsl on Linux 2614/head
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Mon, 29 Oct 2018 22:45:11 +0000 (18:45 -0400)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Mon, 29 Oct 2018 22:53:03 +0000 (18:53 -0400)
commit55d667d387bdbc89347aee4187efcdf6c86863b8
treefee93ec4f9ac038e6126eb26cce47cd775ee1907
parenta8b22f9aacad391cdaa865039f38a13f622fdbc3
Stop linking with -lnsl on Linux

As far as I know on Linux libnsl is used only for NIS/NIS+ support.
It is highly unlikey that Rspamd users use NIS in 2018.

Keep linking with libnsl on Solaris - there it is likely needed even if
NIS is not used.
CMakeLists.txt