From a1bde012f3c67acd7b799be2389fe7305f069d7f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 6 Mar 2021 11:48:47 -0500 Subject: [PATCH] Update cups-config to use EXPORT_TLSLIBS. --- cups-config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cups-config.in b/cups-config.in index 9dd094d16f..0e60b49487 100755 --- a/cups-config.in +++ b/cups-config.in @@ -2,6 +2,7 @@ # # CUPS configuration utility. # +# Copyright © 2021 by OpenPrinting. # Copyright © 2007-2019 by Apple Inc. # Copyright © 2001-2006 by Easy Software Products, all rights reserved. # @@ -29,7 +30,7 @@ INSTALLSTATIC=@INSTALLSTATIC@ # flags for compiler and linker... CFLAGS="" LDFLAGS="@EXPORT_LDFLAGS@" -LIBS="@LIBGSSAPI@ @DNSSDLIBS@ @EXPORT_SSLLIBS@ @LIBZ@ @LIBS@" +LIBS="@LIBGSSAPI@ @DNSSDLIBS@ @EXPORT_TLSLIBS@ @LIBZ@ @LIBS@" # Check for local invocation... selfdir=`dirname $0` -- 2.47.2