summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/Makefile.in
diff options
context:
space:
mode:
authorRobbie Harwood (frozencemetery) <rharwood@club.cc.cmu.edu>2013-08-16 12:45:03 -0400
committerGreg Hudson <ghudson@mit.edu>2014-06-02 17:58:26 -0400
commitd0be57ac45ea639baa3cff0dd2108c34e834bfa7 (patch)
treea5b957d19f889e2790bb9449a34c36d08d2e5b85 /src/lib/krb5/Makefile.in
parent9c6be00daca0b80aed94ec9680724f95e6be92e1 (diff)
downloadkrb5-d0be57ac45ea639baa3cff0dd2108c34e834bfa7.tar.gz
krb5-d0be57ac45ea639baa3cff0dd2108c34e834bfa7.tar.xz
krb5-d0be57ac45ea639baa3cff0dd2108c34e834bfa7.zip
Build support for TLS used by HTTPS proxy support
Add a --with-proxy-tls-impl option to configure, taking 'openssl', 'auto', or invocation as --without-proxy-tls-impl. Use related CFLAGS when building lib/krb5/os, and LIBS when linking libkrb5. Call the OpenSSL library startup functions during library initialization. ticket: 7929
Diffstat (limited to 'src/lib/krb5/Makefile.in')
-rw-r--r--src/lib/krb5/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in
index d9cddc1c6..472c0081d 100644
--- a/src/lib/krb5/Makefile.in
+++ b/src/lib/krb5/Makefile.in
@@ -56,7 +56,8 @@ RELDIR=krb5
SHLIB_EXPDEPS = \
$(TOPLIBD)/libk5crypto$(SHLIBEXT) \
$(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
-SHLIB_EXPLIBS=-lk5crypto -lcom_err $(SUPPORT_LIB) @GEN_LIB@ $(LIBS)
+SHLIB_EXPLIBS=-lk5crypto -lcom_err $(PROXY_TLS_IMPL_LIBS) $(SUPPORT_LIB) \
+ @GEN_LIB@ $(LIBS)
all-unix:: all-liblinks