Remove useless linking option

This commit is contained in:
Pierre Pronchery 2016-07-26 02:28:03 +02:00
parent 8031a2449e
commit bd38c45987

View File

@ -2,7 +2,7 @@ targets=array,config,error,event,includes,pylint.log,string,variable,tests.log
cppflags_force=-I ../include
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=-L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lSystem
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src" -pie -Wl,-z,relro -Wl,-z,now
ldflags=-L$(PREFIX)/lib -pie -Wl,-z,relro -Wl,-z,now
dist=COPYING,Makefile,config.conf,config-noeol.conf,pkgconfig.sh,pylint.sh,python.sh,tests.sh
[array]