termux-packages/packages/alpine/configure.ac.patch

19 lines
474 B
Diff

--- ./configure.ac.orig 2022-02-26 19:25:29.371616100 +0530
+++ ./configure.ac 2022-02-26 19:25:42.591616095 +0530
@@ -913,6 +913,15 @@
fi
])
+ AC_ARG_WITH(ssl-key-dir,
+ AS_HELP_STRING([--with-ssl-key-dir=DIR],[SSL key path]),
+ [
+ if test "x$withval" != "xno" ; then
+ alpine_SSLKEYS=$withval
+ fi
+ ])
+
+
dnl setup globals so tests below work
if test -n "$alpine_SSLINCLUDE" ; then
CPPFLAGS="-I$alpine_SSLINCLUDE $CPPFLAGS"