gcc-6: don't ship info pages
[unleashed-userland.git] / components / ksh93 / patches / CR7057565.patch
bloba10947f40eefcf1b2f16711e17c5ca9302482223
1 diff -rupN INIT.2011-02-08.clean/src/cmd/ksh93/Makefile INIT.2011-02-08/src/cmd/ksh93/Makefile
2 --- INIT.2011-02-08.clean/src/cmd/ksh93/Makefile 2012-04-11 17:48:34.919720887 +0100
3 +++ INIT.2011-02-08/src/cmd/ksh93/Makefile 2012-04-11 17:51:33.474974484 +0100
4 @@ -40,7 +40,7 @@ SHOPT_NAMESPACE == 1 /* allow namespace
5 SHOPT_OLDTERMIO == /* support both TCGETA and TCGETS */
6 SHOPT_OPTIMIZE == 1 /* optimize loop invariants */
7 SHOPT_PFSH == 1 /* solaris exec_attr(4) profile execution */
8 -SHOPT_P_SUID == /* real uid's that require -p for set[ug]id */
9 +SHOPT_P_SUID == 1 /* real uid's that require -p for set[ug]id */
10 SHOPT_RAWONLY == 1 /* make viraw the only vi mode */
11 SHOPT_REGRESS == /* enable __regress__ builtin and instrumented intercepts for testing */
12 SHOPT_REMOTE == /* enable --rc if running as a remote shell */