]> git.pld-linux.org Git - packages/XaoS.git/blame - XaoS-nosuid.patch
- categories
[packages/XaoS.git] / XaoS-nosuid.patch
CommitLineData
a7eebafd 1diff -Naur XaoS-3.0/configure new/configure
2--- XaoS-3.0/configure Wed Mar 4 16:49:12 1998
3+++ new/configure Mon Aug 16 14:22:05 1999
4@@ -5522,7 +5522,7 @@
5 #define SVGA_DRIVER 1
6 EOF
7
8- STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos'
9+ STICKY=''
10 DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga"
11 DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a"
12 if test "x$ac_cv_func_pthread_sighandler" = xyes; then
13
14diff -Naur XaoS-3.0/configure.in new/configure.in
15--- XaoS-3.0/configure.in Wed Mar 4 16:49:12 1998
16+++ new/configure.in Mon Aug 16 14:15:24 1999
17@@ -647,7 +647,7 @@
18 if test "x$ac_cv_lib_vga_vga_hasmode$ac_cv_lib_vgagl_gl_write" = xyesyes; then
19 drivers=yes
20 AC_DEFINE(SVGA_DRIVER)
21- STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos'
22+ STICKY=''
23 DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga"
24 DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a"
25 if test "x$ac_cv_func_pthread_sighandler" = xyes; then
This page took 0.076301 seconds and 4 git commands to generate.