From: Adam Dickmeiss Date: Fri, 6 Jun 2008 09:18:39 +0000 (+0200) Subject: Supply SSL_LIBS for --libs output (in source) X-Git-Tag: v3.0.30~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2221f6847ece72c7539a1f28e33da980fb2bd810;hp=2225afbde8949f3005ca9989724a3bd7e0f0c2f5 Supply SSL_LIBS for --libs output (in source) --- diff --git a/yaz-config.in b/yaz-config.in index 0dc55ae..4c0353a 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -105,12 +105,12 @@ if test "$yaz_echo_source" = "yes"; then if test "$lib_static" = "yes"; then YAZLIB="${yaz_build_root}/src/.libs/libyaz.a" if test "$lib_server" = "yes"; then - YAZLIB="${yaz_build_root}/src/.libs/libyaz_server.a $YAZLIB ${SSL_LIBS}" + YAZLIB="${yaz_build_root}/src/.libs/libyaz_server.a $YAZLIB" fi else YAZLIB="-L${yaz_build_root}/src/.libs $lyaz" fi - YAZLIB="$YAZLIB $yazextralibs" + YAZLIB="$YAZLIB ${SSL_LIBS} $yazextralibs" YAZLALIB="${yaz_build_root}/src/libyaz.la" if test "$lib_server" = "yes"; then