Do not enforce RELRO when LDFLAGS is set
This commit is contained in:
parent
5f2723ab3e
commit
70dd36585e
|
@ -1,7 +1,7 @@
|
||||||
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-all
|
||||||
ldflags_force=-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
|
||||||
|
|
||||||
[libPanel]
|
[libPanel]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user