cvs commit: ports/Mk bsd.port.mk

Kris Kennaway kris at FreeBSD.org
Thu Oct 7 10:59:18 PDT 2004


kris        2004-10-07 17:59:18 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  Change the default value of PTHREAD_LIBS to -pthread for 5.x and
  beyond.  This avoids linking shared libraries with the thread library,
  which causes problems when trying to change from one thread library to
  another.  Instead all binaries that link to a library that uses
  threads must themselves respect PTHREAD_LIBS.
  
  Submitted by:   deischen, marcus
  Approved by:    portmgr
  
  Revision  Changes    Path
  1.499     +2 -2      ports/Mk/bsd.port.mk


More information about the cvs-ports mailing list