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}
|
%if %{__remake_config}
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%endif
|
%endif
|
||||||
%configure --enable-fw-mgr --enable-adb-generic-tools
|
%configure --enable-adb-generic-tools --disable-openssl
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -62,7 +62,6 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/sdk/*.so
|
|||||||
%files
|
%files
|
||||||
%doc README
|
%doc README
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
%{_sysconfdir}/mstflint
|
|
||||||
%{_libdir}/mstflint
|
%{_libdir}/mstflint
|
||||||
|
|
||||||
%{_datadir}/mstflint
|
%{_datadir}/mstflint
|
||||||
|
Loading…
Reference in New Issue
Block a user