]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update cups-config to use EXPORT_TLSLIBS.
authorMichael R Sweet <msweet@msweet.org>
Sat, 6 Mar 2021 16:48:47 +0000 (11:48 -0500)
committerMichael R Sweet <msweet@msweet.org>
Sat, 6 Mar 2021 16:48:47 +0000 (11:48 -0500)
cups-config.in

index 9dd094d16f4bf6208a6c5fbaeca68159dc584b58..0e60b49487f2a2be2b96f94b9ad18ba8c054c6b7 100755 (executable)
@@ -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`