X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fbsdos.sh;h=ab56f991da97f5d9251a03338c09f94c002a1841;hb=b0da272b8cf2101328dbfd44c99d70bb9ec9a586;hp=1d1d823b03e6140b48ac8efd377d6f86b7a68521;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/bsdos.sh b/hints/bsdos.sh index 1d1d823..ab56f99 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -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 http://www.bsdi.com/bsdi-man?setuid(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 <&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 ;;