strace: disable autoreconf
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 22 Sep 2021 10:50:04 +0000 (13:50 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 3 Aug 2022 09:59:14 +0000 (12:59 +0300)
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 disable the fixup.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/devel/strace/Makefile

index bfa79490f8489ff17a2b6c96efda3b6e0a8df2dd..8ee6963aec14de36a91a41baf61c390901c4d1a0 100644 (file)
@@ -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 := \