mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 12:33:06 +00:00
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:
parent
0f9972efb5
commit
58e7e0f3c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user