Browse Source

musl: don't put files outside our chroot please.

tc-work-musl-mess
Nagy Károly Gábriel 8 years ago
parent
commit
6016edc00f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      base/musl/musl.conf

+ 2
- 1
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"

Loading…
Cancel
Save