diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 5bd79529b4ad..37d2a5d528aa 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -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 diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 01bd059708a4..6af420d9dced 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -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