diff --git a/PKGBUILD b/PKGBUILD index 26699b3..54c739e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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