!12 由于intel_drv.so依赖于其他xorg module,部分启用lazybinding以避免xorg上驱动程序加载失败

From: @liubuguiii 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-06-28 03:47:05 +00:00 committed by Gitee
commit 251663852a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,12 @@
%define moduledir %(pkg-config xorg-server --variable=moduledir )
%define driverdir %{moduledir}/drivers
# Xorg cannot load hardened build
%undefine _hardened_build
Name: xorg-x11-drv-intel
Version: 2.99.917
Release: 46
Release: 47
Summary: Xorg X11 Intel video driver
License: MIT
URL: http://www.x.org
@ -61,6 +64,9 @@ rm -f %{buildroot}%{_libdir}/libI*XvMC.so
%{_mandir}/man4/i*
%changelog
* Mon Jun 26 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.99.917-47
- undefine _hardened_build , partially enable lazybinding to avoid driver loading failure on xorg
* Mon Aug 01 2022 zhouyihang <zhouyihang3@h-partners.com> - 2.99.917-46
- Type:bugfix
- ID:NA