diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-20 15:50:31 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-20 15:50:31 +0000 |
commit | 7d0f47c43c5c177cae0f375ceaeef892e4c9663a (patch) | |
tree | 6baa52360d20dfd81a6341910a7131b2e88f0c47 /ChangeLog | |
parent | b623c60745ca486667657fa39ad517d1f7a72794 (diff) |
Add --disable-install-setuid option so you can build as non-root and
chown/chmod later. Also disable by default on platforms that don't need
setuid root X servers (Darwin & SPARC's, according to
InstallXserverSetUID settings in the old Imake config files).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-20 Alan Coopersmith <alan.coopersmith@sun.com> + + * hw/xfree86/Makefile.am (install-exec-local): + * configure.ac: + Add --disable-install-setuid option so you can build as non-root + and chown/chmod later. Also disable by default on platforms that + don't need setuid root X servers (Darwin & SPARC's, according to + InstallXserverSetUID settings in the old Imake config files). + 2005-09-19 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: |