Skip to content
Snippets Groups Projects
Commit 6bbf1f3a authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Add mising system library for xproofd on OpenSolaris

git-svn-id: http://root.cern.ch/svn/root/trunk@34031 27541ba8-7e3a-0410-8455-c3a389f83636
parent abf247f1
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ XPCONNO := $(MODDIRS)/XrdProofConn.o $(MODDIRS)/XrdProofPhyConn.o \
# Extra include paths and libs
XPROOFDEXELIBS :=
XPROOFDEXESYSLIBS :=
XPROOFDEXE :=
ifeq ($(BUILDXRD),yes)
XPDINCEXTRA := $(XROOTDDIRI:%=-I%)
......@@ -122,7 +123,7 @@ XPROOFDEXELIBS := $(XROOTDDIRL)/libXrd.a $(XROOTDDIRL)/libXrdClient.a \
$(XROOTDDIRL)/libXrdNet.a $(XROOTDDIRL)/libXrdOuc.a \
$(XROOTDDIRL)/libXrdSys.a $(XROOTDDIRL)/libXrdSut.a
ifeq ($(PLATFORM),solaris)
XPROOFDEXELIBS += -lsendfile
XPROOFDEXESYSLIBS := -lsendfile -lCstd
endif
XPROOFDEXE := bin/xproofd
endif
......@@ -153,7 +154,7 @@ $(PROOFDEXE): $(PROOFDEXEO) $(RSAO) $(SNPRINTFO) $(GLBPATCHO) $(RPDUTILO)
$(RSAO) $(SNPRINTFO) $(CRYPTLIBS) $(AUTHLIBS) $(SYSLIBS)
$(XPROOFDEXE): $(XPDO) $(XPROOFDEXELIBS) $(XRDPROOFXD)
$(LD) $(LDFLAGS) -o $@ $(XPDO) $(XPROOFDEXELIBS) $(SYSLIBS)
$(LD) $(LDFLAGS) -o $@ $(XPDO) $(XPROOFDEXELIBS) $(SYSLIBS) $(XPROOFDEXESYSLIBS)
$(XPDLIB): $(XPDO) $(XPDH) $(ORDER_) $(MAINLIBS) $(XRDPROOFXD)
@$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \
......
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