summaryrefslogtreecommitdiff
path: root/extra/xorg-server/make-install-race.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xorg-server/make-install-race.patch')
-rw-r--r--extra/xorg-server/make-install-race.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/xorg-server/make-install-race.patch b/extra/xorg-server/make-install-race.patch
new file mode 100644
index 00000000..2c27c214
--- /dev/null
+++ b/extra/xorg-server/make-install-race.patch
@@ -0,0 +1,15 @@
+diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
+index b876b79..4587200 100644
+--- a/hw/xfree86/Makefile.am
++++ b/hw/xfree86/Makefile.am
+@@ -84,8 +84,8 @@ Xorg_DEPENDENCIES = $(LOCAL_LIBS)
+ Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
+
+ if SUID_WRAPPER
+-wrapdir = $(SUID_WRAPPER_DIR)
+-wrap_PROGRAMS = Xorg.wrap
++wrapexecdir = $(SUID_WRAPPER_DIR)
++wrapexec_PROGRAMS = Xorg.wrap
+ Xorg_wrap_SOURCES = xorg-wrapper.c
+ endif
+