diff options
Diffstat (limited to 'sources/musl/musl.spec')
| -rwxr-xr-x | sources/musl/musl.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/musl/musl.spec b/sources/musl/musl.spec index 754c452..a4fb38a 100755 --- a/sources/musl/musl.spec +++ b/sources/musl/musl.spec @@ -28,5 +28,6 @@ package() { DESTDIR=$TT_INSTALLDIR make install # NOTE: Apparently, the linker library has an entry point that we can use as # ldd. What kind of black magic is this? ~ahill + mkdir -p $TT_INSTALLDIR/bin ln -sf /lib/ld-musl-$TT_ARCH.so.1 $TT_INSTALLDIR/bin/ldd } |
