Add explicit curdir on CMake invokation

This commit is contained in:
Björn Esser 2019-01-21 11:50:14 +01:00
parent 22c6ca7373
commit f4d1cc733f
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -145,7 +145,8 @@ and plugins.
%endif %endif
-DENABLE_PLUGINS=ON \ -DENABLE_PLUGINS=ON \
-DENABLE_NETLINK=ON \ -DENABLE_NETLINK=ON \
-DBUILD_dcerpcidl2wrs=OFF -DBUILD_dcerpcidl2wrs=OFF \
.
make %{?_smp_mflags} make %{?_smp_mflags}
@ -268,6 +269,7 @@ getent group usbmon >/dev/null || groupadd -r usbmon
* Mon Jan 21 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.6-1 * Mon Jan 21 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.6-1
- New version 2.6.6 - New version 2.6.6
- Contains fixes for CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719 - Contains fixes for CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719
- Add explicit curdir on CMake invokation
* Wed Jan 02 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.5-2 * Wed Jan 02 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.5-2
- Adding libnghttp2-devel as BuildRequires - needed for HTTP2 support(rhbz#1512722) - Adding libnghttp2-devel as BuildRequires - needed for HTTP2 support(rhbz#1512722)