Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2016-03-06 00:00:38 +01:00
parent 5177bf68e2
commit 8d8baa55ef
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ CPPFLAGS=
CFLAGSF = `pkg-config --cflags libSystem`
CFLAGS = -W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
LDFLAGSF= `pkg-config --libs libSystem`
LDFLAGS = -Wl,-pie -Wl,-z,relro -Wl,-z,now
LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now
EXEEXT =
RM = rm -f
LN = ln -f

View File

@ -4,7 +4,7 @@ cppflags=
cflags_force=`pkg-config --cflags libSystem`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libSystem`
ldflags=-Wl,-pie -Wl,-z,relro -Wl,-z,now
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,configure.h,makefile.h,settings.h
[configure]

View File

@ -9,7 +9,7 @@ CPPFLAGSF=
CPPFLAGS=
CFLAGSF =
CFLAGS = -W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
LDFLAGS = -Wl,-pie -Wl,-z,relro -Wl,-z,now
LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now
EXEEXT =
RM = rm -f
LN = ln -f

View File

@ -1,6 +1,6 @@
targets=pkg-config
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags=-Wl,-pie -Wl,-z,relro -Wl,-z,now
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile
[pkg-config]