Build with the default stack protector
This commit is contained in:
parent
5f4814c157
commit
fa2dd0038a
|
@ -1,7 +1,7 @@
|
||||||
targets=battery,bluetooth,brightness,clock,close,cpu,cpufreq,desktop,embed,gps,gsm,leds,lock,logout,menu,memory,mixer,mpd,network,pager,phone,rotate,separator,spacer,swap,systray,tasks,template,title,usb,user,volume,wpa_supplicant
|
targets=battery,bluetooth,brightness,clock,close,cpu,cpufreq,desktop,embed,gps,gsm,leds,lock,logout,menu,memory,mixer,mpd,network,pager,phone,rotate,separator,spacer,swap,systray,tasks,template,title,usb,user,volume,wpa_supplicant
|
||||||
cppflags_force=-I ../../include
|
cppflags_force=-I ../../include
|
||||||
#cppflags=-D EMBEDDED
|
#cppflags=-D EMBEDDED
|
||||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags=
|
ldflags=
|
||||||
#for Gtk+ 2
|
#for Gtk+ 2
|
||||||
cflags_force=`pkg-config --cflags libSystem gtk+-2.0` -fPIC
|
cflags_force=`pkg-config --cflags libSystem gtk+-2.0` -fPIC
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
targets=libPanel,panel,panelctl,run
|
targets=libPanel,panel,panelctl,run
|
||||||
#cppflags=-D EMBEDDED
|
#cppflags=-D EMBEDDED
|
||||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,helper.c,panel.h,window.h
|
dist=Makefile,helper.c,panel.h,window.h
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
targets=applets,applets2,tests.log,user,wpa_supplicant
|
targets=applets,applets2,tests.log,user,wpa_supplicant
|
||||||
cppflags_force=-I ../include
|
cppflags_force=-I ../include
|
||||||
cflags_force=`pkg-config --cflags libDesktop`
|
cflags_force=`pkg-config --cflags libDesktop`
|
||||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags_force=`pkg-config --libs libDesktop`
|
ldflags_force=`pkg-config --libs libDesktop`
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,embedded.sh,tests.sh
|
dist=Makefile,embedded.sh,tests.sh
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
targets=panel-embed,panel-message,panel-notify,panel-test,settings,wifibrowser
|
targets=panel-embed,panel-message,panel-notify,panel-test,settings,wifibrowser
|
||||||
cflags_force=`pkg-config --cflags libDesktop`
|
cflags_force=`pkg-config --cflags libDesktop`
|
||||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags_force=`pkg-config --libs libDesktop`
|
ldflags_force=`pkg-config --libs libDesktop`
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,helper.c,subst.sh
|
dist=Makefile,helper.c,subst.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user