Build configctl as PIE
This commit is contained in:
parent
cd4cbb80a1
commit
1b10e331dc
|
@ -2,8 +2,9 @@ targets=configctl
|
||||||
cppflags_force=-I ../include
|
cppflags_force=-I ../include
|
||||||
cppflags=
|
cppflags=
|
||||||
cflags_force=-W
|
cflags_force=-W
|
||||||
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
|
||||||
ldflags_force=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lSystem
|
ldflags_force=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lSystem
|
||||||
|
ldflags=-Wl,-pie
|
||||||
dist=COPYING,Makefile
|
dist=COPYING,Makefile
|
||||||
|
|
||||||
[configctl]
|
[configctl]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user