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 11
[-]
[+]
Changed
nrpe.spec
@@ -148,16 +148,16 @@ #./Configure linux-x86_64 shared #make #cd .. +# 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 \ +# endif %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 \ -%endif --with-init-dir=/etc/init.d \ --with-nrpe-port=%{nsport} \ --with-nrpe-user=%{nsusr} \