Diff ipmitool-1.8.19 with a ipmitool-1.8.19-r1

/usr/portage/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild 2024-12-25 14:59:52.767270182 +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"
......
71 71
}
72 72

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

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