From e80ee31224f20df41a9ef7123002522b7cc59e38 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 30 Jul 2017 16:13:08 +0200 Subject: [PATCH] Fix build on Linux --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index 4442a5a..d9c28ed 100644 --- a/src/project.conf +++ b/src/project.conf @@ -3,7 +3,7 @@ targets=xmleditor cflags_force=`pkg-config --cflags libParser libDesktop` cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all ldflags_force=`pkg-config --libs libParser libDesktop` -lintl -ldflags=-Wl,-pie -Wl,-z,relro -Wl,-z,now +ldflags=-pie -Wl,-z,relro -Wl,-z,now dist=Makefile,callbacks.h,xmleditor.h [xmleditor]