From 031ae6102962cb38210f2c268471c8760a9ed3c9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Jul 2015 22:19:20 +0200 Subject: [PATCH] Re-generate the Makefiles --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 20730dc..a7246fc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,9 +8,9 @@ CC = cc CPPFLAGSF= CPPFLAGS= CFLAGSF = -W `pkg-config --cflags libParser libDesktop` -CFLAGS = -Wall -g -O2 -pedantic +CFLAGS = -Wall -g -O2 -pedantic -fPIC -fstack-protector LDFLAGSF= `pkg-config --libs libParser libDesktop` -lintl -LDFLAGS = +LDFLAGS = -Wl,-pie RM = rm -f LN = ln -f MKDIR = mkdir -m 0755 -p