hdparm: Fix LDFLAGS 8010/head
authorRosen Penev <rosenp@gmail.com>
Tue, 22 Jan 2019 05:34:37 +0000 (21:34 -0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 22 Jan 2019 05:38:57 +0000 (21:38 -0800)
commitcb6e9c6f2134f681c0870641dfc63de0a2debd95
tree610f55bf7949c8789d0fcc407273f51d5a7b4482
parentc0d468452861ca1026e32272dd02b5bcfef5c755
hdparm: Fix LDFLAGS

Based on debian patch. LDFLAGS were not being passed, which caused relro
to not be applies.

Also made stock CFLAGS optional. -fkeep-inline was keeping sizes high.

Removed PKG_NO_MIPS16 as the original problem seems to be gone.

Size from 54338 to 50761

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/hdparm/Makefile
utils/hdparm/patches/010-ldflags.patch [new file with mode: 0644]