From 2211dc7a052ce87a437ca73a880d4544510afafe Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 23 Jul 2021 08:21:22 +0000 Subject: [PATCH] disabled ssl in hio.spec.in --- hio/pkgs/hio.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hio/pkgs/hio.spec.in b/hio/pkgs/hio.spec.in index 3cfe3b7..99d2b66 100644 --- a/hio/pkgs/hio.spec.in +++ b/hio/pkgs/hio.spec.in @@ -41,7 +41,7 @@ CFLAGS="${RPM_OPT_FLAGS} -fPIC" CXXFLAGS="${RPM_OPT_FLAGS} -fPIC" ./configure \ --enable-static=yes \ --enable-shared=no \ --enable-mariadb=yes \ - --enable-ssl=yes \ + --enable-ssl=no \ --enable-wide-char="yes:2w" \ --enable-libunwind=no