Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
:
monitoring
>
nrpe
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
nrpe.spec
@@ -144,19 +144,19 @@ %build %if 0%{?rhel} >= 8 -cd openssl-1.0.2t -./Configure linux-x86_64 shared -make -cd .. +#cd openssl-1.0.2t +#./Configure linux-x86_64 shared +#make +#cd .. %endif export PATH=$PATH:/usr/sbin CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ %if 0%{?rhel} >= 8 - --with-ssl=`pwd`/openssl-1.0.2t \ - --with-ssl-inc=`pwd`/openssl-1.0.2t/include \ - --with-ssl-lib=`pwd`/openssl-1.0.2t \ +# --with-ssl=`pwd`/openssl-1.0.2t \ +# --with-ssl-inc=`pwd`/openssl-1.0.2t/include \ +# --with-ssl-lib=`pwd`/openssl-1.0.2t \ %endif --with-init-dir=/etc/init.d \ --with-nrpe-port=%{nsport} \