Do not enforce RELRO when LDFLAGS is set

This commit is contained in:
Pierre Pronchery 2015-09-04 19:23:43 +02:00
parent 5f2723ab3e
commit 70dd36585e

View File

@ -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]