summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-05-03 01:45:52 +0000
commit619f7318d5be45fcdbcc203439f304d8590f21db (patch)
treedc4028348ecfe6fd022637fb895f69cbbd065881 /templates/makedll.mpt
parent6a3e14f1eab2d3d6bcab064d86b84f82b90f9989 (diff)
downloadMPC-619f7318d5be45fcdbcc203439f304d8590f21db.tar.gz
ChangeLogTag: Wed May 3 01:43:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index 1aae4d40..3c58d5eb 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -224,7 +224,7 @@ openvms {
}
linux {
- ldlibs = -ldl -lpthread $(subst lib,-l,$(sort $(basename $(notdir $(wildcard /usr/lib/librt.so /lib/librt.so)))))
+ ldlibs = -ldl $(subst lib,-l,$(sort $(basename $(notdir $(wildcard /usr/lib/librt.so /lib/librt.so))))) -lpthread
extracppflags = -D_REENTRANT
}
@@ -236,7 +236,7 @@ solaris {
hpux {
dll_ext = .sl
- ldlibs = -lxti -lpthread -lrt -ldld
+ ldlibs = -lxti -lrt -lpthread -ldld
extracppflags = -D_REENTRANT
}