From 6016edc00ff2ca1382b10cbe82a95945d8d37dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Tue, 21 Mar 2017 18:13:02 +0000 Subject: [PATCH] musl: don't put files outside our chroot please. --- base/musl/musl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/musl/musl.conf b/base/musl/musl.conf index 56c98fcb7..853e4cbbf 100644 --- a/base/musl/musl.conf +++ b/base/musl/musl.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../musl/musl.conf -# Copyright (C) 2012 - 2016 The OpenSDE Project +# Copyright (C) 2012 - 2017 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -22,6 +22,7 @@ fi var_append configprefix ' ' "LDFLAGS=\"$LDFLAGS -Wl,-soname,libc.musl-$musl_arch.so.1\"" if atstage toolchain; then + var_append extraconfopt ' ' "--syslibdir=$root$syslibdir" confopt="$extraconfopt" makeopt="ARCH=$musl_arch"