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

src/Makefile: Added "-static" CCFLAG


This option is necessary to run the client on the UCA Classmate's, due the
old version of GLIBC.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent 88f958b9
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP) ...@@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP)
LIBGSOAPBIN = $(LIBGSOAPDIR)/bin LIBGSOAPBIN = $(LIBGSOAPDIR)/bin
LIBGSOAPINC = $(LIBGSOAPDIR)/include LIBGSOAPINC = $(LIBGSOAPDIR)/include
CCFLAGS = -g -Wall -m32 CCFLAGS = -g -Wall -m32 -static
WSCLIENTH = wsclient.h WSCLIENTH = wsclient.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment