diff options
-rw-r--r-- | hints/freebsd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 7ce17351c7..a553633f33 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -232,3 +232,7 @@ EOM unset lc_r esac EOCBU + +# /proc/.../file is broken on FreeBSD +# see http://www.freebsd.org/cgi/query-pr.cgi?pr=35703 +d_procselfexe='undef' |