]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
added -fPic
authorhadaq <hadaq>
Wed, 1 Feb 2012 01:56:26 +0000 (01:56 +0000)
committerhadaq <hadaq>
Wed, 1 Feb 2012 01:56:26 +0000 (01:56 +0000)
trbnetd/Makefile

index 5a4e1a5ec2ad71676c22ee81592f6902ee70e1ad..945804f87d74c29ab572250ee3d501150e53f316 100644 (file)
@@ -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