From d2675afeccc759c025a559e815c6e69ea2255b64 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 9 Jun 2014 13:47:36 +0000 Subject: musl: install a few extra headers to improve compatibility with various packages Signed-off-by: Felix Fietkau SVN-Revision: 41056 --- toolchain/musl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/musl/Makefile') diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 35f160db36..1533f51a0d 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -25,6 +25,7 @@ endef define Host/Install $(call Host/SetToolchainInfo) $(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install + $(CP) ./include $(TOOLCHAIN_DIR)/ endef $(eval $(call HostBuild)) -- cgit v1.2.3