Skip to content
Snippets Groups Projects
Commit acfc2bca authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

client: Update gSOAP download URL in Makefile


Signed-off-by: default avatarEduardo L. Buratti <elb09@c3sl.ufpr.br>
parent ed511cfa
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ LDFLAGS = -m32 -static -pthread
GSOAPVER = 2.7
GSOAPREL = 15
GSOAPURL = http://ufpr.dl.sourceforge.net/project/gsoap2/gSOAP/gSOAP%202.7.15%20stable/gsoap_$(GSOAPVER).$(GSOAPREL).tar.gz
GSOAPURL = http://hivelocity.dl.sourceforge.net/project/gsoap2/gSOAP/gSOAP%20$(GSOAPVER).$(GSOAPREL)%20stable/gsoap_$(GSOAPVER).$(GSOAPREL).tar.gz
#GSOAPURL = http://ufpr.dl.sourceforge.net/project/gsoap2/gSOAP/gSOAP%20$(GSOAPVER).$(GSOAPREL)%20stable/gsoap_$(GSOAPVER).$(GSOAPREL).tar.gz
GSOAP = gsoap-$(GSOAPVER)
WSNAME = Seed2
......
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