Fix building the tools
This commit is contained in:
parent
a72d1bb0be
commit
246163201c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user