Skip to content
Snippets Groups Projects
Commit 63662177 authored by whit's avatar whit
Browse files

Fixed compiling bug on new machines

parent 8de4ecdc
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ ifeq ($(MYOS),Linux)
ifeq ($(MYREALOS),Darwin)
OTHERLIBS += -L$(CERN_ROOT)/lib -lpacklib -lc -lm
else
OTHERLIBS += -L$(CERN_ROOT)/lib -lpacklib -lc -lm -lnsl
#OTHERLIBS += -L$(CERN_ROOT)/lib -lpacklib -lc -lm -lnsl
OTHERLIBS += $(CERN_ROOT)/lib/libpacklib.a $(CERN_ROOT)/lib/libkernlib.a -lnsl -lcrypt -ldl
endif
OURLIBS := $(OURGENLIBS) $(LIBROOT)/libport.a
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment