Egbert Eich
1a9d38c162
rename to: N_Install-Avoid-failure-on-wrapper-installation.patch - u_xorg-wrapper-Drop-supplemental-group-IDs.patch: Drop supplementary group privileges. - u_xorg-wrapper-build-Build-position-independent-code.patch: Build position independent. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=627
25 lines
702 B
Diff
25 lines
702 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(+)
|
|
|
|
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
|
|
index 461e818..c0ce3b8 100644
|
|
--- a/hw/xfree86/Makefile.am
|
|
+++ b/hw/xfree86/Makefile.am
|
|
@@ -87,6 +87,7 @@ if SUID_WRAPPER
|
|
wrapdir = $(SUID_WRAPPER_DIR)
|
|
wrap_PROGRAMS = Xorg.wrap
|
|
Xorg_wrap_SOURCES = xorg-wrapper.c
|
|
+Xorg_wrap_CFLAGS = $(AM_CFLAGS) -pie -fpie
|
|
endif
|
|
|
|
BUILT_SOURCES = xorg.conf.example
|