From: Michael R Sweet Date: Sat, 6 Mar 2021 16:48:47 +0000 (-0500) Subject: Update cups-config to use EXPORT_TLSLIBS. X-Git-Tag: v2.4b1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1bde012f3c67acd7b799be2389fe7305f069d7f;p=thirdparty%2Fcups.git Update cups-config to use EXPORT_TLSLIBS. --- 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`