pkgsrc/security/tcl-tls/patches/patch-aa
peter 431dac437d Reimport as security/tcl-tls, suggested by Christoph Badura.
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.

Both client and server-side sockets are possible, and this code should work
on any platform as it uses a generic mechanism for layering on SSL and Tcl.
2005-01-22 19:45:23 +00:00

12 lines
332 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/01/22 19:45:23 peter Exp $
--- configure.in.orig 2000-08-18 21:09:22.000000000 +0200
+++ configure.in
@@ -299,6 +299,7 @@ SHLIB_LD=${TCL_SHLIB_LD}
STLIB_LD=${TCL_STLIB_LD}
SHLIB_CFLAGS=${TCL_SHLIB_CFLAGS}
+AC_SUBST(TCL_CC)
AC_SUBST(CFLAGS_DEBUG)
AC_SUBST(CFLAGS_OPTIMIZE)
AC_SUBST(STLIB_LD)