MFH: r522048

irc/eggdrop[-devel]: Fix build with ssl other than base

PR:		242988
Submitted by:	wcarson.bugzilla@disillusion.net

Approved by:	portmgr (build fix blanket)
This commit is contained in:
Danilo G. Baio 2020-01-04 19:41:42 +00:00
parent e377d88a96
commit 20f2e26262
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522049
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,9 @@ GH_TAGNAME= 0113cf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \
--with-sslinc=${OPENSSLINC} \
--with-ssllib=${OPENSSLLIB}
MAKE_JOBS_UNSAFE= yes
LLD_UNSAFE= yes

View File

@ -19,7 +19,9 @@ GH_ACCOUNT= eggheads
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \
--with-sslinc=${OPENSSLINC} \
--with-ssllib=${OPENSSLLIB}
MAKE_JOBS_UNSAFE= yes
LLD_UNSAFE= yes