From: hadaq Date: Wed, 1 Feb 2012 01:56:26 +0000 (+0000) Subject: added -fPic X-Git-Tag: v6.0~80 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8de75191e7a2d7c522b56513aacd29ddfed4617f;p=trbnettools.git added -fPic --- diff --git a/trbnetd/Makefile b/trbnetd/Makefile index 5a4e1a5..945804f 100644 --- a/trbnetd/Makefile +++ b/trbnetd/Makefile @@ -10,7 +10,7 @@ endif INCDIR = -I. CC = gcc -CFLAGS = -pipe -g -Wall -O3 +CFLAGS = -pipe -g -Wall -O3 -fPIC CXX = g++ CXXFLAGS = -pipe -g -Wall