Skip to content
Snippets Groups Projects
xwrap-suid-race.patch 433 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
    index b876b79ab..458720052 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