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
This commit is contained in:
Steven Dake 2005-06-29 21:33:26 +00:00
parent 0f9972efb5
commit 58e7e0f3c0

View File

@ -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