hdparm: Make build honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-09-24 05:29:47 -04:00
parent 4516692ad9
commit 1738103d85
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
name = hdparm
version = 9.48
release = 1
release = 2
groups = Applications/Hardware
url = http://sourceforge.net/projects/hdparm/
@ -22,8 +22,8 @@ source_dl = http://sourceforge.net/projects/%{name}/files/%{name}/
build
build
CFLAGS="%{CFLAGS}" make %{PARALLELISMFLAGS} \
STRIP=/bin/true LDFLAGS=
make %{PARALLELISMFLAGS} \
STRIP=/bin/true CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
end
install