summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/eggdrop-devel/Makefile4
-rw-r--r--irc/eggdrop/Makefile4
2 files changed, 6 insertions, 2 deletions
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