forked from pool/xorg-x11-server
Accepting request 966041 from home:msmeissn:branches:X11:XOrg
- disable -z now linking for now, as there are some missing symbol issues. OBS-URL: https://build.opensuse.org/request/show/966041 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=822
This commit is contained in:
parent
347490b213
commit
8e3900c83e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 12:36:36 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- disable -z now linking for now, as there are some missing symbol
|
||||
issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 09:51:32 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -407,6 +407,13 @@ sh %{SOURCE92} --verify . %{SOURCE91}
|
||||
%patch1960 -p1
|
||||
|
||||
%build
|
||||
# We have some -z now related errors during X default startup:
|
||||
# - when loading modesetting: gbm_bo_get_plane_count
|
||||
# - when loading fbdev: fbdevHWSave
|
||||
# - when loading vesa: VBESetModeParameters
|
||||
# this is directly visible on startup, so easy to test later on.
|
||||
export SUSE_ZNOW=0
|
||||
|
||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||
test -e source-file-list || \
|
||||
find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \
|
||||
|
Loading…
Reference in New Issue
Block a user