paxctl: Honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 18:43:31 -04:00
parent d2f28a2466
commit 0b7230243f
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
name = paxctl
version = 0.8
release = 1
release = 2
groups = Applications/System
url = http://pax.grsecurity.net/
@ -25,7 +25,7 @@ build
end
build
make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}"
make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
end
end