Skip to content
Snippets Groups Projects
Commit 25f4de89 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed linking directive for pthread : -pthread is replaced by -lpthread. This...

Fixed linking directive for pthread : -pthread is replaced by -lpthread. This is equivalent under linux and fixes the compilation for clang
parent 29f704fb
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ CXXFLAGS += -I$(CASTOR_ROOT) -I$(CASTOR_ROOT)/h $(DEBUG)
CFLAGS += $(CXXFLAGS)
CPPFLAGS += -pthread -I$(CASTOR_ROOT) -I$(CASTOR_ROOT)/h
CPPFLAGS += -DBIN=\"InstallBinDir\" -DACCTFILE=SacctFile -DTPCONFIG=TapeConfigFile -DNFSROOT=NfsRoot
LDFLAGS += -pthread
LDFLAGS += -lpthread
PERL_LIBDIR = /usr/lib/perl/CASTOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment