]> git.99rst.org Git - openwrt-packages.git/commit
rtorrent: stop discarding the target build flags
authorDaniel Golle <redacted>
Mon, 14 Sep 2026 15:46:13 +0000 (16:46 +0100)
committerDaniel Golle <redacted>
Tue, 15 Sep 2026 17:08:44 +0000 (18:08 +0100)
commitd2a2e7b8dc1ed2dc2f962d0e87b383d653e3ff50
tree00935cefd88d80e5f3efe9ca23394954c5a88ade
parentae34d29eb6b31fd08c9568fe39fa95be29c4812e
rtorrent: stop discarding the target build flags

CONFIGURE_VARS is assigned rather than appended to, which discards the
default from package-defaults.mk: the cross compiler settings and the
CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS the build system passes. The
client is configured with autoconf's own -g -O2 and built for the
toolchain's default architecture instead, without the target CPU flags,
the hardening flags and -ffile-prefix-map.

Fixes: 6d9d87166017 ("rtorrent: update to 0.15.3")
Signed-off-by: Daniel Golle <redacted>
net/rtorrent/Makefile
git clone https://git.99rst.org/PROJECT