1
0

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:
Stefan Dirsch 2022-04-04 08:42:54 +00:00 committed by Git OBS Bridge
parent 347490b213
commit 8e3900c83e
2 changed files with 13 additions and 0 deletions

View File

@ -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> Sun Mar 13 09:51:32 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -407,6 +407,13 @@ sh %{SOURCE92} --verify . %{SOURCE91}
%patch1960 -p1 %patch1960 -p1
%build %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 %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
test -e source-file-list || \ test -e source-file-list || \
find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \ find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \