diff mbox series

strace: disable autoreconf

Message ID 20210922105313.1664189-1-stijn@linux-ipv6.be
State Rejected
Delegated to: Stijn Tintel
Headers show
Series strace: disable autoreconf | expand

Commit Message

Stijn Tintel Sept. 22, 2021, 10:53 a.m. UTC
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 <stijn@linux-ipv6.be>
---
 package/devel/strace/Makefile | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 := \