diff options
author | Brent Cook <busterb@gmail.com> | 2019-04-23 01:54:33 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-04-23 01:54:33 -0500 |
commit | 38c884f205111aaa65c0940a4c805f19821dac02 (patch) | |
tree | 2e32eca0fa1e2b5d806655eaef71021a632f3808 | |
parent | 2f7827344a0234320c7ad8d2fc2418e9d8a586c9 (diff) | |
download | portable-38c884f205111aaa65c0940a4c805f19821dac02.tar.gz portable-38c884f205111aaa65c0940a4c805f19821dac02.tar.bz2 portable-38c884f205111aaa65c0940a4c805f19821dac02.zip |
include -ldl for SHA512 operations
-rw-r--r-- | m4/check-os-options.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 84116a2..c88c259 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -114,7 +114,7 @@ char buf[1]; getentropy(buf, 1); | |||
114 | HOST_OS=solaris | 114 | HOST_OS=solaris |
115 | HOST_ABI=elf | 115 | HOST_ABI=elf |
116 | CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP" | 116 | CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP" |
117 | AC_SUBST([PLATFORM_LDADD], ['-lnsl -lsocket']) | 117 | AC_SUBST([PLATFORM_LDADD], ['-ldl -lnsl -lsocket']) |
118 | ;; | 118 | ;; |
119 | *) ;; | 119 | *) ;; |
120 | esac | 120 | esac |