Also build the Python bindings with RELRO
This commit is contained in:
parent
c3a328ba8a
commit
18e85a1a30
|
@ -3,7 +3,7 @@ cppflags_force=-I ../../include
|
||||||
cflags_force=`pkg-config --cflags python-2.7 libSystem`
|
cflags_force=`pkg-config --cflags python-2.7 libSystem`
|
||||||
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTITY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTITY_SOURCE=2 -fstack-protector-all
|
||||||
ldflags_force=`pkg-config --libs python-2.7 libSystem`
|
ldflags_force=`pkg-config --libs python-2.7 libSystem`
|
||||||
ldflags=-L.. -L$(LIBDIR) -Wl,-rpath,$(LIBDIR)
|
ldflags=-L.. -L$(LIBDIR) -Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,libSystem.py
|
dist=Makefile,libSystem.py
|
||||||
|
|
||||||
[_libSystem]
|
[_libSystem]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user