With autoreconf enabled, building strace fails: Makefile:9303: *** missing separator. Stop.
Contents of that line: @CODE_COVERAGE_RULES@ Disabling autoreconf fixes the problem. As the autoreconfig fixup was enabled in the initial commit of strace to the repo, it's hard to figure out why it was enabled. It was most likely required to build at that time, but as it now builds fine without it, just remove the fixup. Signed-off-by: Stijn Tintel <[email protected]> --- package/devel/strace/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index a95d429311..adc619d34e 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/Makefile @@ -21,7 +21,6 @@ PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:paul_kranenburg:strace -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_CONFIG_DEPENDS := \ -- 2.32.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
