1
0

Accepting request 966769 from X11:XOrg

- disable -z now linking for now, as there are some missing symbol
  issues. (boo#1197994)

OBS-URL: https://build.opensuse.org/request/show/966769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=406
This commit is contained in:
Dominique Leuenberger 2022-04-06 19:51:06 +00:00 committed by Git OBS Bridge
commit 572dce0726
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. (boo#1197994)
-------------------------------------------------------------------
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
%build
# We have some -z now related errors during X default startup (boo#1197994):
# - 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 > \