]> granicus.if.org Git - sudo/commitdiff
added in linux shadow pass stuff
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 00:27:13 +0000 (00:27 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 00:27:13 +0000 (00:27 +0000)
\ 6

configure.in

index 15fef95d362c7854258c1cd24ae63f38b1eadecc..4190d4fc77cbfdcfe4f04b538a2300f332f7486f 100644 (file)
@@ -125,8 +125,10 @@ case "$OS" in
                fi
                ;;
     "linux")   echo "Looks like linux"
-               if test -n "$GCC"; then
-                   STATIC_FLAGS="-static"
+               # C2 security stuff
+               if test -n "$C2"; then
+                   OSDEFS="${OSDEFS} -DSHADOW_PWD -D__svr4__"
+                   LIBS="${LIBS} -lshadow"
                fi
                ;;
     "convex")  echo "Looks like ConvexOs"