From 756a77795046b4f9330ed01c7f3957453b858ff0 Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Fri, 17 Dec 2010 11:14:58 -0200 Subject: [PATCH] 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: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index dae9ee3..775f9a3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,7 @@ LIBGSOAPDIR = $(LIBDIR)/$(LIBGSOAP) LIBGSOAPBIN = $(LIBGSOAPDIR)/bin LIBGSOAPINC = $(LIBGSOAPDIR)/include -CCFLAGS = -g -Wall -m32 +CCFLAGS = -g -Wall -m32 -static WSCLIENTH = wsclient.h -- GitLab