View | Details | Raw Unified | Return to bug 242988
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 19-25 Link Here
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
21
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
22
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
22
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \
23
		--with-sslinc=${OPENSSLINC} \
24
		--with-ssllib=${OPENSSLLIB}
23
25
24
MAKE_JOBS_UNSAFE=	yes
26
MAKE_JOBS_UNSAFE=	yes
25
LLD_UNSAFE=	yes
27
LLD_UNSAFE=	yes

Return to bug 242988