From 4a140e0b8cdecd8e80eec749153e8c4defe56436 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 29 Apr 2010 10:12:44 +0200 Subject: [PATCH] yaz-config: List SSL libs for static mode The static mode is for apps that don't use Libtool. --- yaz-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaz-config.in b/yaz-config.in index 9898cb0..93e168f 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -104,7 +104,7 @@ if test "$lib_icu" = "yes"; then lyaz="-lyaz_icu $lyaz" fi -if test "$lib_ssl" = "yes"; then +if test "$lib_ssl" = "yes" -o "$lib_static" = "yes"; then LIBS="${SSL_LIBS} $LIBS" fi -- 1.7.10.4