Skip to content
Snippets Groups Projects
Commit b9d44ddf authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add strlcpy dependency for ssh2rpd.

git-svn-id: http://root.cern.ch/svn/root/trunk@36124 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5e2ffd3d
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,9 @@ $(HADD): $(HADDO) $(ROOTLIBSDEP)
$(LD) $(LDFLAGS) -o $@ $(HADDO) $(ROOTULIBS) \
$(RPATH) $(ROOTLIBS) $(SYSLIBS)
$(SSH2RPD): $(SSH2RPDO) $(SNPRINTFO)
$(LD) $(LDFLAGS) -o $@ $(SSH2RPDO) $(SNPRINTFO) $(SYSLIBS)
$(SSH2RPD): $(SSH2RPDO) $(SNPRINTFO) $(STRLCPYO)
$(LD) $(LDFLAGS) -o $@ $(SSH2RPDO) $(SNPRINTFO) $(STRLCPYO) \
$(SYSLIBS)
$(H2ROOT): $(H2ROOTO) $(ROOTLIBSDEP) $(MINICERNLIB)
$(LD) $(LDFLAGS) -o $@ $(H2ROOTO) \
......
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