This fixes compilation problems with glibc 2.36.
Full Changelog:
hdparm-9.65:
- Another --Istdin fix: cannot read log pages when no device specified
hdparm-9.64:
- fix truncated output buf with --Istdin
hdparm-9.63:
- new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki.
- "Plurals patch" from Martin Guy.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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>