Diff ipmitool-1.8.19 with a ipmitool-1.8.19-r1

/usr/portage/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild 2026-05-27 19:17:04.725635328 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools systemd
6
inherit autotools flag-o-matic systemd
7 7

  
8 8
DESCRIPTION="Utility for controlling IPMI enabled devices"
9 9
HOMEPAGE="https://codeberg.org/IPMITool/ipmitool"
......
72 72
}
73 73

  
74 74
src_configure() {
75
	# bug #863587
76
	filter-lto
77
	append-flags -fno-strict-aliasing
78

  
75 79
	# - LIPMI and BMC are the Solaris libs
76 80
	# - OpenIPMI is unconditionally enabled in the configure as there is compat
77 81
	# code that is used if the library itself is not available
Thank you!