Always build shared objects with -fPIC
This commit is contained in:
parent
e272f8258e
commit
e9fed26d60
|
@ -1,6 +1,6 @@
|
|||
targets=notes
|
||||
cflags_force=`pkg-config --cflags libDesktop Mailer`
|
||||
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags_force=`pkg-config --cflags libDesktop Mailer` -fPIC
|
||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop`
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user