Remove tests for POD or POD coverage -- they're always skipped.
[p5sagit/p5-mst-13.2.git] / hints / bsdos.sh
index 1d1d823..ab56f99 100644 (file)
@@ -21,6 +21,11 @@ d_voidsig='define'
 
 usemymalloc='n'
 
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
 # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
 # See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2)
 d_setregid='undef'
@@ -98,7 +103,6 @@ case "$osvers" in
        case "$cc" in
        '')     cc='cc'                 # cc is gcc2 in 4.0
                cccdlflags="-fPIC"
-               ccdlflags="-rdynamic -Wl,-rpath,$privlib/$archname/CORE"
                ;;
        esac
 
@@ -121,7 +125,7 @@ $define|true|[yY]*)
        *)   cat <<EOM >&4
 I did not know that BSD/OS $osvers supports POSIX threads.
 
-Feel free to tell perlbug@perl.com otherwise.
+Feel free to tell perlbug@perl.org otherwise.
 EOM
            exit 1
            ;;