Diff hdparm-9.65-r1 with a hdparm-9.65-r2
/usr/portage/sys-apps/hdparm/hdparm-9.65-r2.ebuild 2023-10-09 14:52:35.376368499 +0300 | ||
---|---|---|
17 | 17 | |
18 | 18 |
PATCHES=( |
19 | 19 |
"${FILESDIR}"/${PN}-9.60-build.patch |
20 |
"${FILESDIR}"/${P}-graceful-lfs.patch |
|
20 | 21 |
) |
21 | 22 | |
22 | 23 |
src_prepare() { |
... | ... | |
25 | 26 |
use static && append-ldflags -static |
26 | 27 |
} |
27 | 28 | |
29 |
src_configure() { |
|
30 |
append-lfs-flags |
|
31 |
} |
|
32 | ||
28 | 33 |
src_compile() { |
29 | 34 |
emake STRIP="true" CC="$(tc-getCC)" |
30 | 35 |
} |