Disable openssl
Resolves: RHEL-33741 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
c6d5cc4452
commit
49733b8d0f
@ -44,7 +44,7 @@ find . -type f -iname '*.cpp' -exec chmod a-x '{}' ';'
|
||||
%if %{__remake_config}
|
||||
./autogen.sh
|
||||
%endif
|
||||
%configure --enable-fw-mgr --enable-adb-generic-tools
|
||||
%configure --enable-adb-generic-tools --disable-openssl
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -62,7 +62,6 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/sdk/*.so
|
||||
%files
|
||||
%doc README
|
||||
%_bindir/*
|
||||
%{_sysconfdir}/mstflint
|
||||
%{_libdir}/mstflint
|
||||
|
||||
%{_datadir}/mstflint
|
||||
|
Loading…
Reference in New Issue
Block a user