From 9a7dc9132bcd335d64d7a78c18416d91fe4293cb Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 7 Jun 2016 03:25:16 +0300 Subject: [PATCH] lib-dcrypt: Fixed library dependencies _DEPENDENCIES needs an explicit paths, not "-lssl" and such. Fixes building with e.g. OSX. --- src/lib-dcrypt/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib-dcrypt/Makefile.am b/src/lib-dcrypt/Makefile.am index 42fe80848a..9480f64f7d 100644 --- a/src/lib-dcrypt/Makefile.am +++ b/src/lib-dcrypt/Makefile.am @@ -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) -- 2.47.3