From: Mark Andrews Date: Thu, 20 Feb 2014 13:35:05 +0000 (+1100) Subject: add @ISC_OPENSSL_LIBS@ X-Git-Tag: v9.10.0b1~39^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=caac3420722e2b93ac77d7b21b1060027ea1bc05;p=thirdparty%2Fbind9.git add @ISC_OPENSSL_LIBS@ --- diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in index c4f31aefc56..9623ff91a5c 100644 --- a/bin/tests/system/lwresd/Makefile.in +++ b/bin/tests/system/lwresd/Makefile.in @@ -29,7 +29,7 @@ CDEFINES = CWARNINGS = LWRESLIBS = ../../../../lib/lwres/liblwres.@A@ -ISCLIBS = ../../../../lib/isc/libisc.@A@ +ISCLIBS = ../../../../lib/isc/libisc.@A@ @ISC_OPENSSL_LIBS@ LWRESDEPLIBS = ../../../../lib/lwres/liblwres.@A@ ISCDEPLIBS = ../../../../lib/isc/libisc.@A@