diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2006-06-01 14:19:17 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2006-06-01 14:19:17 +0000 |
commit | 4f5c7b45d55a074d238d1052e4a55485d91b5987 (patch) | |
tree | be6d4ffa04a32aa4be09c1cd865367473a768402 /ChangeLog | |
parent | 06908f4eb4e86561d34a526ab1ce3bd3d3d3dab4 (diff) | |
download | libfuse-4f5c7b45d55a074d238d1052e4a55485d91b5987.tar.gz |
fix: adjust threading related compiler flags
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-06-01 Csaba Henk <csaba.henk@creo.hu> + + * lib: adjust threading related compiler flags. + Switch to "-pthread" from "-lpthread" as that's the preferred + one on several platforms. Consulted with Terrence Cole and + Miklos Szeredi + + 2006-05-16 Miklos Szeredi <miklos@szeredi.hu> * Test commit |