Просмотр исходного кода

defect 656
libraries not built with position independent code. This causes x86_64 not to build.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@720 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 20 лет назад
Родитель
Сommit
58e7e0f3c0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/Makefile

+ 2 - 2
lib/Makefile

@@ -32,11 +32,11 @@
 #LDFLAGS = 
 
 # Debug mode flags
-CFLAGS = -g -DDEBUG -Wall
+CFLAGS = -g -DDEBUG -Wall -fPIC
 LDFLAGS = -g
 
 # Profile mode flags
-#CFLAGS = -O3 -pg -DDEBUG
+#CFLAGS = -O3 -pg -DDEBUG -fPIC
 #LDFLAGS = -pg
 
 # Code Coverage with lcov flgs