Преглед на файлове

修复:仅在debug模式下启用openssl-1.1.1的问题

呉真 преди 5 години
родител
ревизия
1519680740
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      nginx.spec

+ 2 - 1
nginx.spec

@@ -54,7 +54,7 @@ BuildRequires: libopenssl-devel
 # end of distribution specific definitions
 
 %define main_version 1.17.6
-%define main_release 1%{?dist}.ngx
+%define main_release 2%{?dist}.ngx
 
 %define bdir %{_builddir}/%{name}-%{main_version}
 
@@ -121,6 +121,7 @@ make %{?_smp_mflags}
 %{__mv} %{bdir}/objs/nginx \
     %{bdir}/objs/nginx-debug
 ./configure %{BASE_CONFIGURE_ARGS} \
+    --with-openssl=./openssl-OpenSSL_1_1_1d/ \
     --with-cc-opt="%{WITH_CC_OPT}" \
     --with-ld-opt="%{WITH_LD_OPT}"
 make %{?_smp_mflags}