CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/24 01:57:54
Modified files:
usr.sbin/httpd : Makefile.bsd-wrapper
Log message:
Link httpd with -lpthread; recent pthread work enforces that a program
dlopen()ing a module which uses pthread functions is itself linked with
the thread library. Specifically, this allows httpd to use php again
without an LD_PRELOAD hack. ok espie@ matthew@
