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