From b2df67f4f2cd8cc28c65259a9f615dd39ccb2b67 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Sat, 14 Sep 2024 20:54:49 +0200 Subject: [PATCH] Install unstripped VDSO --- PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) 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