From 07492630c8578fbb0e346cbbf4e70e4a6d231bb5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Aug 2016 19:19:12 +0200 Subject: strace: fix musl mips compile --- package/strace/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/strace/Makefile') diff --git a/package/strace/Makefile b/package/strace/Makefile index 5e58a7308..eebf68bde 100644 --- a/package/strace/Makefile +++ b/package/strace/Makefile @@ -25,6 +25,7 @@ ifeq ($(ADK_TARGET_LIB_MUSL),y) TARGET_CPPFLAGS+= -DMSG_EXCEPT=020000 -D_LARGEFILE64_SOURCE=1 endif +AUTOTOOL_STYLE:= autoreconf INSTALL_STYLE:= manual do-install: -- cgit v1.2.3