Default to the regular stack protector
This commit is contained in:
parent
6efea7df30
commit
e0a689419a
|
@ -2,7 +2,7 @@ targets=libSystem
|
|||
cppflags_force=-I ../include
|
||||
cppflags=
|
||||
cflags_force=-fPIC
|
||||
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
#XXX get rid of this dependency
|
||||
ldflags_force=-lsocket
|
||||
dist=Makefile,token.h,python/project.conf,python/Makefile,python/libSystem.c,python/libSystem.py
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=_libSystem
|
||||
cppflags_force=-I ../../include
|
||||
cflags_force=-fPIC `pkg-config --cflags python-2.7`
|
||||
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags_force=`pkg-config --libs python-2.7`
|
||||
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile,libSystem.py
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
targets=array,config,error,event,includes,pylint.log,string,variable,tests.log
|
||||
cppflags_force=-I ../include
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags_force=-L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lSystem
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=COPYING,Makefile,config.conf,config-noeol.conf,pkgconfig.sh,pylint.sh,python.sh,tests.sh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=configctl
|
||||
cppflags_force=-I ../include
|
||||
cppflags=
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||
ldflags_force=-L$(OBJDIR)../src -Wl,-rpath,$(PREFIX)/lib -lSystem
|
||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||
dist=COPYING,Makefile,subst.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user