forked from pool/xorg-x11-server
Stefan Dirsch
6ff43929b0
- Added xorg-xserver-e89edec497ba.patch to fix incompatible pointer type error with GCC 14. If the request is OK, please forward it to Factory soon too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/request/show/1189636 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=891
25 lines
775 B
Diff
25 lines
775 B
Diff
From: Egbert Eich <eich@suse.de>
|
|
Date: Tue Apr 12 15:53:11 2016 +0200
|
|
Subject: [PATCH]xorg-wrapper/build: Build position independent code
|
|
Patch-mainline: to be upstreamed
|
|
References:
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
---
|
|
hw/xfree86/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: xorg-server-1.20.5/hw/xfree86/Makefile.am
|
|
===================================================================
|
|
--- xorg-server-1.20.5.orig/hw/xfree86/Makefile.am
|
|
+++ xorg-server-1.20.5/hw/xfree86/Makefile.am
|
|
@@ -92,6 +92,7 @@ if SUID_WRAPPER
|
|
wrapexecdir = $(SUID_WRAPPER_DIR)
|
|
wrapexec_PROGRAMS = Xorg.wrap
|
|
Xorg_wrap_SOURCES = xorg-wrapper.c
|
|
+Xorg_wrap_CFLAGS = $(AM_CFLAGS) -pie -fpie
|
|
endif
|
|
|
|
BUILT_SOURCES = xorg.conf.example
|