Skip to content

Commit

Permalink
lib-dcrypt: Fixed library dependencies
Browse files Browse the repository at this point in the history
_DEPENDENCIES needs an explicit paths, not "-lssl" and such. Fixes building
with e.g. OSX.
  • Loading branch information
sirainen committed Jun 7, 2016
1 parent 7598711 commit c87f187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib-dcrypt/Makefile.am
Expand Up @@ -16,7 +16,6 @@ libdcrypt_la_CFLAGS = $(AM_CPPFLAGS) \
if BUILD_OPENSSL
pkglib_LTLIBRARIES += libdcrypt_openssl.la
libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c
libdcrypt_openssl_la_DEPENDENCIES = $(SSL_LIBS)
libdcrypt_openssl_la_LDFLAGS = -module -avoid-version -shared $(SSL_LIBS)
libdcrypt_openssl_la_CFLAGS = $(AM_CPPFLAGS) \
$(SSL_CFLAGS)
Expand Down

0 comments on commit c87f187

Please sign in to comment.