Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Force linkage of pthread on linux platforms #402

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LIBS_ALL += -lzmq

## Add Architecture-specific stuff
if TOPAZ_ARCH_LINUX
LIBS_ALL += -ldl
LIBS_ALL += -ldl -lpthread
endif

if TOPAZ_ARCH_SOLARIS
Expand Down