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 7
[-]
[+]
Changed
nrpe.spec
@@ -148,9 +148,9 @@ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ %if 0%{?rhel} >= 8 - --with-ssl=openssl-1.0.2t \ - --with-ssl-inc=openssl-1.0.2t/include/openssl \ - --with-ssl-lib=openssl-1.0.2t/ \ + --with-ssl=`pwd`/openssl-1.0.2t \ + --with-ssl-inc=`pwd`/openssl-1.0.2t/include/openssl \ + --with-ssl-lib=`pwd`/openssl-1.0.2t/ \ %endif --with-init-dir=/etc/init.d \ --with-nrpe-port=%{nsport} \