diff options
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index a531ea8c8f..0c6056ebde 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -202,6 +202,12 @@ fi # new.) useshrplib="$define" ;; #esac +# The EFF_ONLY_OK from <sys/access.h> is dysfunctional for [RWX]_OK +# as of Digital UNIX 4.0[A-D]?. If and when this gets fixed, adjust +# this appropriately. + +pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"' + # # Unset temporary variables no more needed. # |