cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql40-server Makefile

Martin Blapp mbr at FreeBSD.org
Wed Mar 26 23:27:18 PST 2003


mbr         2003/03/26 15:27:15 PST

  FreeBSD ports repository

  Modified files:
    databases/mysql323-server Makefile 
    databases/mysql40-server Makefile 
  Log:
  Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSD
  native (libc_r style) mutexes, thus some of the linked application
  might indirectly try to pass native style mutexes to linuxthreads
  pthread functions, either hanging at program startup or overwriting
  data following the native style mutex. <tegge>
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.158     +4 -1      ports/databases/mysql323-server/Makefile
  1.164     +2 -1      ports/databases/mysql40-server/Makefile


More information about the cvs-ports mailing list