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

PR:		242988
Submitted by:	wcarson.bugzilla@disillusion.net
This commit is contained in:
Danilo G. Baio 2020-01-04 19:29:51 +00:00
parent 992e26b154
commit c4a28c5bb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522048
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