tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[drochner%netbsd.org@localhost: CVS commit: pkgsrc/mk]



Are you sure that this doesn't create a serious regression for things
like Apache? Linking against libpthread is reasonable cheap, but not
doing so results in very difficult to trace down bugs.

Joerg

----- Forwarded message from Matthias Drochner <drochner%netbsd.org@localhost> 
-----

Date: Wed, 16 Jun 2010 19:57:08 +0000
From: Matthias Drochner <drochner%netbsd.org@localhost>
To: pkgsrc-changes%NetBSD.org@localhost
Subject: CVS commit: pkgsrc/mk

Module Name:    pkgsrc
Committed By:   drochner
Date:           Wed Jun 16 19:57:08 UTC 2010

Modified Files:
        pkgsrc/mk: dlopen.builtin.mk

Log Message:
drop the rule that programs which use dlopen() must link against
libpthread -- it is generally under the program's control which modules
to load, a general rule is just too much
I've been using this modification for over a year without problems.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/dlopen.builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

----- End forwarded message -----


Home | Main Index | Thread Index | Old Index