From 544045c88cfb07f0f5d3500fd2ff51993717a5dd Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sat, 17 Feb 2018 13:00:42 +0100 Subject: [PATCH] libunwind: only install to sysroot Signed-off-by: Matthias Reichl --- packages/debug/libunwind/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/debug/libunwind/package.mk b/packages/debug/libunwind/package.mk index 9384798aa6..7108cf050f 100644 --- a/packages/debug/libunwind/package.mk +++ b/packages/debug/libunwind/package.mk @@ -29,3 +29,7 @@ PKG_LONGDESC="library to determine the call-chain of a program" PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared" + +makeinstall_target() { + make DESTDIR=$SYSROOT_PREFIX install +}