Fix building the tools

This commit is contained in:
Pierre Pronchery 2015-08-11 01:56:11 +02:00
parent a72d1bb0be
commit 246163201c

View File

@ -2,7 +2,7 @@ targets=configctl
cppflags_force=-I ../include
cppflags=
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lSystem
ldflags_force=-L$(OBJDIR)../src -Wl,-rpath,$(PREFIX)/lib -lSystem
ldflags=-Wl,-pie
dist=COPYING,Makefile