summaryrefslogtreecommitdiff
path: root/x11-misc/xlockmore/files/xlockmore-5.47-strip.patch
blob: e2d76251b4d7926ee7f8d4756b045a52dce63869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
--- a/configure.ac
+++ b/configure.ac
@@ -3895,7 +3895,7 @@
     BITMAPTYPE="bsd"
     PIXMAPTYPE="bsd"
     FORTUNE=""
-    INSTPGMFLAGS="-s -o root -m 4111"
+    INSTPGMFLAGS="-o root -m 4111"
     cpp_name=`echo $CC | cut -f1 -d' '`
     if test "$cpp_name" = "gcc"; then
         dirname=`which gcc`
@@ -3960,7 +3960,6 @@
           ;;
       esac
     fi
-    INSTPGMFLAGS="-s $INSTPGMFLAGS"
     BITMAPTYPE="linux"
     PIXMAPTYPE="linux"
 dnl if Shadow and not elf
@@ -3985,7 +3984,7 @@
         AC_SUBST(OSF1_ENH_SEC)
         XLOCKLIBS="${XLOCKLIBS} -lsecurity"
         # SETGID auth may not be enough for Tru64 5.x.
-        INSTPGMFLAGS="-s -g auth -m 2111"
+        INSTPGMFLAGS="-g auth -m 2111"
       else
         AC_MSG_RESULT(no)
       fi
@@ -4011,7 +4010,7 @@
         PIXMAPTYPE="sol"
       ;;
     esac
-    INSTPGMFLAGS="-s -o root -m 4111"
+    INSTPGMFLAGS="-o root -m 4111"
     AC_DEFINE([HAVE_SHADOW], [1], [Shadow passwording])
     AC_DEFINE([SYSV], [1], [System 5])
     AC_DEFINE([SVR4], [1], [System 5 Release 4])
@@ -4040,7 +4039,7 @@
   ;;
 
   *-*-sysv5* )
-    INSTPGMFLAGS="-s -o root -m 4111"
+    INSTPGMFLAGS="-o root -m 4111"
     AC_DEFINE([HAVE_SHADOW], [1], [Shadow passwording])
     AC_DEFINE([SYSV], [1], [System 5])
     AC_DEFINE([SVR4], [1], [System 5 Release 4])
@@ -4820,7 +4819,7 @@
   case ${canonical} in
   *-*-linux*)
     if test "$vtlock" = "yes"; then
-      INSTPGMFLAGS="-s -o root -g bin -m 4111"
+      INSTPGMFLAGS="-o root -g bin -m 4111"
       AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock])
        echo "experimental: Big buffer overrun security risk"
     else
@@ -4838,7 +4837,7 @@
   case ${canonical} in
   *-*-linux*)
     if test "$vtlock" = "yes"; then
-      INSTPGMFLAGS="-s -o root -g bin -m 4111"
+      INSTPGMFLAGS="-o root -g bin -m 4111"
       AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock])
     else
   AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS"])