Сравнение libtorrent-0.16.11 с libtorrent-0.16.19

/usr/portage/net-libs/libtorrent/libtorrent-0.16.19.ebuild 2026-08-05 20:03:07.781251753 +0300
44 44
		-e '\@^#include "net/udns/udns_.*.c"@d' \
45 45
		-i src/net/udns_library.cc src/net/udns_library.h src/net/udns_resolver.cc || die
46 46

  
47
	if [[ ${CHOST} != *-darwin* ]]; then
48
		# syslibroot is only for macos, change to sysroot for others
49
		sed -i 's/Wl,-syslibroot,/Wl,--sysroot,/' "${S}/scripts/common.m4" || die
50
	fi
51
	eautoreconf
47
	[[ ${PV} == *9999 ]] && eautoreconf
52 48
}
53 49

  
54 50
src_configure() {
55 51
	local myeconfargs=(
56 52
		LIBS="-ludns"
57
		--enable-aligned
58 53
		$(use_enable debug)
59
		--with-posix-fallocate
60 54
	)
61 55

  
62 56
	econf "${myeconfargs[@]}"
Спасибо!