Skip to content
Snippets Groups Projects
Commit d101a4cf authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

lib/Makefile: Added "-O" option to wget(1)


This change is necessary because wget(1) is putting "?use_mirror=ufpr" at
the end of the downloaded gsoap tar file.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
Acked-by: default avatarRicardo Tavares de Oliveira <rto07@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent 60010149
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ LIBGSOAP = gsoap ...@@ -10,7 +10,7 @@ LIBGSOAP = gsoap
all: soap all: soap
soap: soap:
@wget -nc http://downloads.sourceforge.net/project/gsoap2/gSOAP/$(LIBGSOAPVER).$(LIBGSOAPSVER)%20stable/gsoap_$(LIBGSOAPVER).$(LIBGSOAPSVER).tar.gz?use_mirror=ufpr @wget -nc http://downloads.sourceforge.net/project/gsoap2/gSOAP/$(LIBGSOAPVER).$(LIBGSOAPSVER)%20stable/gsoap_$(LIBGSOAPVER).$(LIBGSOAPSVER).tar.gz?use_mirror=ufpr -O $(LIBGSOAP)_$(LIBGSOAPVER).$(LIBGSOAPSVER).tar.gz
@tar xzf $(LIBGSOAP)_$(LIBGSOAPVER).$(LIBGSOAPSVER).tar.gz @tar xzf $(LIBGSOAP)_$(LIBGSOAPVER).$(LIBGSOAPSVER).tar.gz
@echo "Installing gSOAP library, wait..." @echo "Installing gSOAP library, wait..."
@cd $(LIBDIR)/$(LIBGSOAPDIR) && ./configure -q --prefix=$(PWD)/$(LIBGSOAP) && make @cd $(LIBDIR)/$(LIBGSOAPDIR) && ./configure -q --prefix=$(PWD)/$(LIBGSOAP) && make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment