Install unstripped VDSO

This commit is contained in:
Jan Alexander Steffens (heftig) 2024-09-14 20:54:49 +02:00
parent a7e2a17f9c
commit b2df67f4f2
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF

@ -181,6 +181,10 @@ _package-headers() {
install -Dt "$builddir/rust" -m644 rust/*.rmeta
install -Dt "$builddir/rust" rust/*.so
echo "Installing unstripped VDSO..."
make INSTALL_MOD_PATH="$pkgdir/usr" vdso_install \
link= # Suppress build-id symlinks
echo "Removing unneeded architectures..."
local arch
for arch in "$builddir"/arch/*/; do